Uses of Class
org.apache.bcel.generic.IfInstruction
-
Packages that use IfInstruction Package Description org.apache.bcel.generic 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
Subclasses of IfInstruction in org.apache.bcel.generic Modifier and Type Class Description classIF_ACMPEQIF_ACMPEQ - Branch if reference comparison succeedsclassIF_ACMPNEIF_ACMPNE - Branch if reference comparison doesn't succeedclassIF_ICMPEQIF_ICMPEQ - Branch if int comparison succeedsclassIF_ICMPGEIF_ICMPGE - Branch if int comparison succeedsclassIF_ICMPGTIF_ICMPGT - Branch if int comparison succeedsclassIF_ICMPLEIF_ICMPLE - Branch if int comparison succeedsclassIF_ICMPLTIF_ICMPLT - Branch if int comparison succeedsclassIF_ICMPNEIF_ICMPNE - Branch if int comparison doesn't succeedclassIFEQIFEQ - Branch if int comparison with zero succeedsclassIFGEIFGE - Branch if int comparison with zero succeedsclassIFGTIFGT - Branch if int comparison with zero succeedsclassIFLEIFLE - Branch if int comparison with zero succeedsclassIFLTIFLT - Branch if int comparison with zero succeedsclassIFNEIFNE - Branch if int comparison with zero succeedsclassIFNONNULLIFNONNULL - Branch if reference is not nullclassIFNULLIFNULL - Branch if reference is not nullMethods in org.apache.bcel.generic that return IfInstruction Modifier and Type Method Description IfInstructionIF_ACMPEQ. negate()IfInstructionIF_ACMPNE. negate()IfInstructionIF_ICMPEQ. negate()IfInstructionIF_ICMPGE. negate()IfInstructionIF_ICMPGT. negate()IfInstructionIF_ICMPLE. negate()IfInstructionIF_ICMPLT. negate()IfInstructionIF_ICMPNE. negate()IfInstructionIFEQ. negate()IfInstructionIFGE. negate()IfInstructionIFGT. negate()abstract IfInstructionIfInstruction. negate()Gets the negation of this instruction.IfInstructionIFLE. negate()IfInstructionIFLT. negate()IfInstructionIFNE. negate()IfInstructionIFNONNULL. negate()IfInstructionIFNULL. negate()Methods in org.apache.bcel.generic with parameters of type IfInstruction Modifier and Type Method Description voidEmptyVisitor. visitIfInstruction(IfInstruction obj)voidVisitor. visitIfInstruction(IfInstruction obj)Visits an IfInstruction.
-