public final class MULT extends AsmInstruction
x ; y ; S
(where x
,
y
are integers)y * x ; S
Constructor and Description |
---|
MULT() |
Modifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
getName, toString
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction