public class InstrEnum
extends java.lang.Object
implements java.util.Enumeration
Snippit.instrs
Modifier and Type | Field and Description |
---|---|
Instruction |
ptr |
Constructor and Description |
---|
InstrEnum(Instruction i) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
Instruction |
nextInstr() |
Instruction |
peek() |
public Instruction ptr
public InstrEnum(Instruction i)
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public Instruction peek()
public Instruction nextInstr()
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration