|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.opt.instrsched.Priority
abstract class Priority
Represents instruction priority. 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 |
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()
true
if there are more instructions, false otherwise
hasMoreElements
in interface Enumeration<Instruction>
true
if there are more instructions, false otherwisepublic abstract Instruction nextElement()
nextElement
in interface Enumeration<Instruction>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |