Uses of Class
serp.bytecode.JumpInstruction
Packages that use JumpInstruction
-
Uses of JumpInstruction in serp.bytecode
Subclasses of JumpInstruction in serp.bytecodeModifier and TypeClassDescriptionclassAn instruction that specifies a position in the code block to jump to.classAn if instruction such asifnull, ifeq, etc.classThelookupswitchinstruction.classContains functionality common to the different switch types (TableSwitch and LookupSwitch).classThetableswitchinstruction.Methods in serp.bytecode that return JumpInstructionModifier and TypeMethodDescriptionCode.go2()Thego2opcode.Code.jsr()Thejsropcode used in implementingfinallyclauses.JumpInstruction.setTarget(Instruction instruction) Set the instruction to jump to; the instruction must already be added to the code block. -
Uses of JumpInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type JumpInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterJumpInstruction(JumpInstruction obj) voidPrettyPrintVisitor.enterJumpInstruction(JumpInstruction obj) voidBCVisitor.exitJumpInstruction(JumpInstruction obj)