Uses of Class
org.apache.bcel.generic.IfInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of IfInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
IF_ACMPEQ - Branch if reference comparison succeedsclass
IF_ACMPNE - Branch if reference comparison doesn't succeedclass
IF_ICMPEQ - Branch if int comparison succeedsclass
IF_ICMPGE - Branch if int comparison succeedsclass
IF_ICMPGT - Branch if int comparison succeedsclass
IF_ICMPLE - Branch if int comparison succeedsclass
IF_ICMPLT - Branch if int comparison succeedsclass
IF_ICMPNE - Branch if int comparison doesn't succeedclass
IFEQ - Branch if int comparison with zero succeedsclass
IFGE - Branch if int comparison with zero succeedsclass
IFGT - Branch if int comparison with zero succeedsclass
IFLE - Branch if int comparison with zero succeedsclass
IFLT - Branch if int comparison with zero succeedsclass
IFNE - Branch if int comparison with zero succeedsclass
IFNONNULL - Branch if reference is not nullclass
IFNULL - Branch if reference is not nullModifier and TypeMethodDescriptionIF_ACMPEQ.negate()
IF_ACMPNE.negate()
IF_ICMPEQ.negate()
IF_ICMPGE.negate()
IF_ICMPGT.negate()
IF_ICMPLE.negate()
IF_ICMPLT.negate()
IF_ICMPNE.negate()
IFEQ.negate()
IFGE.negate()
IFGT.negate()
abstract IfInstruction
IfInstruction.negate()
IFLE.negate()
IFLT.negate()
IFNE.negate()
IFNONNULL.negate()
IFNULL.negate()
Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitIfInstruction
(IfInstruction obj) void
Visitor.visitIfInstruction
(IfInstruction obj)