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 existModifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
java.lang.String |
getAddress() |
java.lang.String |
toString() |
getName
public java.lang.String getAddress()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction
public java.lang.String toString()
toString
in class AsmInstruction