private abstract static class Instruction.BASE_OE extends Object implements Enumeration<Operand>
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEBUG |
protected int |
end |
protected int |
i |
protected Instruction |
instr |
protected Operand |
nextElem |
Modifier | Constructor and Description |
---|---|
protected |
BASE_OE(Instruction instr,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
advance() |
private static void |
fail() |
boolean |
hasMoreElements() |
Operand |
nextElement() |
protected final Instruction instr
protected int i
protected final int end
protected static final boolean DEBUG
protected BASE_OE(Instruction instr, int start, int end)
public final boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Operand>
public final Operand nextElement()
nextElement
in interface Enumeration<Operand>
protected abstract void advance()
private static void fail()