Uses of Class
serp.bytecode.IfInstruction
-
Packages that use IfInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of IfInstruction in serp.bytecode
Methods in serp.bytecode that return IfInstruction Modifier and Type Method Description IfInstructionCode. ifacmpeq()Theifacmpeqopcode.IfInstructionCode. ifacmpne()Theifacmpneopcode.IfInstructionCode. ifeq()Theifeqopcode.IfInstructionCode. ifge()Theifgeopcode.IfInstructionCode. ifgt()Theifgtopcode.IfInstructionCode. ificmpeq()Theificmpeqopcode.IfInstructionCode. ificmpge()Theificmpgeopcode.IfInstructionCode. ificmpgt()Theificmpgtopcode.IfInstructionCode. ificmple()Theificmpleopcode.IfInstructionCode. ificmplt()Theificmpltopcode.IfInstructionCode. ificmpne()Theificmpneopcode.IfInstructionCode. ifle()Theifleopcode.IfInstructionCode. iflt()Theifltopcode.IfInstructionCode. ifne()Theifneopcode.IfInstructionCode. ifnonnull()Theifnonnullopcode.IfInstructionCode. ifnull()Theifnullopcode. -
Uses of IfInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type IfInstruction Modifier and Type Method Description voidBCVisitor. enterIfInstruction(IfInstruction obj)voidPrettyPrintVisitor. enterIfInstruction(IfInstruction obj)voidBCVisitor. exitIfInstruction(IfInstruction obj)
-