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()
Theifacmpeq
opcode.Code.ifacmpne()
Theifacmpne
opcode.Code.ifeq()
Theifeq
opcode.Code.ifge()
Theifge
opcode.Code.ifgt()
Theifgt
opcode.Code.ificmpeq()
Theificmpeq
opcode.Code.ificmpge()
Theificmpge
opcode.Code.ificmpgt()
Theificmpgt
opcode.Code.ificmple()
Theificmple
opcode.Code.ificmplt()
Theificmplt
opcode.Code.ificmpne()
Theificmpne
opcode.Code.ifle()
Theifle
opcode.Code.iflt()
Theiflt
opcode.Code.ifne()
Theifne
opcode.Code.ifnonnull()
Theifnonnull
opcode.Code.ifnull()
Theifnull
opcode. -
Uses of IfInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type IfInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterIfInstruction
(IfInstruction obj) void
PrettyPrintVisitor.enterIfInstruction
(IfInstruction obj) void
BCVisitor.exitIfInstruction
(IfInstruction obj)