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