|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.instrsched.Priority
abstract class Priority
Instruction priority representation Used by the scheduler to enumerate over instructions
Scheduler| Constructor Summary | |
|---|---|
Priority()
|
|
| Method Summary | |
|---|---|
abstract boolean |
hasMoreElements()
Returns true if there are more instructions, false otherwise |
abstract Instruction |
next()
Returns the next instruction in sequence |
Instruction |
nextElement()
Returns the next instruction in sequence |
abstract void |
reset()
Resets the enumeration to the first instruction in sequence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Priority()
| Method Detail |
|---|
public abstract void reset()
public abstract boolean hasMoreElements()
hasMoreElements in interface Enumeration<Instruction>public final Instruction nextElement()
nextElement in interface Enumeration<Instruction>public abstract Instruction next()
next in interface InstructionEnumeration
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||