Uses of Class
org.apache.bcel.generic.IfInstruction
Packages that use IfInstruction
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
-
Uses of IfInstruction in org.apache.bcel.generic
Subclasses of IfInstruction in org.apache.bcel.genericModifier 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 nullMethods in org.apache.bcel.generic that return IfInstructionModifier 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()
Methods in org.apache.bcel.generic with parameters of type IfInstructionModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitIfInstruction
(IfInstruction obj) void
Visitor.visitIfInstruction
(IfInstruction obj)