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