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 TypeClassDescriptionclassIF_ACMPEQ - Branch if reference comparison succeedsclassIF_ACMPNE - Branch if reference comparison doesn't succeedclassIF_ICMPEQ - Branch if int comparison succeedsclassIF_ICMPGE - Branch if int comparison succeedsclassIF_ICMPGT - Branch if int comparison succeedsclassIF_ICMPLE - Branch if int comparison succeedsclassIF_ICMPLT - Branch if int comparison succeedsclassIF_ICMPNE - Branch if int comparison doesn't succeedclassIFEQ - Branch if int comparison with zero succeedsclassIFGE - Branch if int comparison with zero succeedsclassIFGT - Branch if int comparison with zero succeedsclassIFLE - Branch if int comparison with zero succeedsclassIFLT - Branch if int comparison with zero succeedsclassIFNE - Branch if int comparison with zero succeedsclassIFNONNULL - Branch if reference is not nullclassIFNULL - 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 IfInstructionIfInstruction.negate()IFLE.negate()IFLT.negate()IFNE.negate()IFNONNULL.negate()IFNULL.negate()Methods in org.apache.bcel.generic with parameters of type IfInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitIfInstruction(IfInstruction obj) voidVisitor.visitIfInstruction(IfInstruction obj)