public final class FETCH extends AsmInstruction
w0 ; w1 ; ... ; wSP-1wi ; w0 ; w1 ; ... ; wSP-1
where i is the argument to FETCH. Note: it must be
that 0 ≤ i ≤ SP - 1 or one of the stack exceptions will
be triggered (see below).i > SP - 1i < 0SP has its maximal value (default: 128)PUSH| Constructor and Description |
|---|
FETCH(int offset) |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
int |
getOffset() |
java.lang.String |
toString() |
getNamepublic int getOffset()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept in class AsmInstructionpublic java.lang.String toString()
toString in class AsmInstruction