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