public final class NOT extends AsmInstruction
x ; S
(where x
is an
integer)z ; S
where z
is given by the
following table:
x |
z |
---|---|
0 | 1 |
not 0 | 0 |
Constructor and Description |
---|
NOT() |
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