public final class GTO extends AsmInstruction
PC to a given position (go to)
m where m is the instruction
position pointed to by the argument to GTO.m does
not exist| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
java.lang.String |
getAddress() |
java.lang.String |
toString() |
getNamepublic java.lang.String getAddress()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept in class AsmInstructionpublic java.lang.String toString()
toString in class AsmInstruction