public final class AND extends AsmInstruction
x ; y ; S
(where x
and
y
are integers)z ; S
where z
is given by the
following table:
x |
y |
z |
---|---|---|
0 | arbitrary | 0 |
arbitrary | 0 | 0 |
1 | 1 | 1 |
Constructor and Description |
---|
AND() |
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