public final class EQ extends AsmInstruction
x ; y ; S
(where x
,
y
are integers)z ; S
where z
is 1 if
x
and y
are the same integer, and 0 otherwise.LT
Constructor and Description |
---|
EQ() |
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