Uses of Class
serp.bytecode.LookupSwitchInstruction
-
Packages that use LookupSwitchInstruction Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of LookupSwitchInstruction in serp.bytecode
Methods in serp.bytecode that return LookupSwitchInstruction Modifier and Type Method Description LookupSwitchInstructionLookupSwitchInstruction. addCase(int match, Instruction target)Add a case to this switch.LookupSwitchInstructionCode. lookupswitch()Thelookupswitchopcode.LookupSwitchInstructionLookupSwitchInstruction. setCases(int[] matches, Instruction[] targets)Set the match-jumppt pairs for this switch.LookupSwitchInstructionLookupSwitchInstruction. setDefaultOffset(int offset)Synonymous withJumpInstruction.setOffset(int).LookupSwitchInstructionLookupSwitchInstruction. setDefaultTarget(Instruction ins)Synonymous withJumpInstruction.setTarget(serp.bytecode.Instruction). -
Uses of LookupSwitchInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type LookupSwitchInstruction Modifier and Type Method Description voidBCVisitor. enterLookupSwitchInstruction(LookupSwitchInstruction obj)voidPrettyPrintVisitor. enterLookupSwitchInstruction(LookupSwitchInstruction obj)voidBCVisitor. exitLookupSwitchInstruction(LookupSwitchInstruction obj)
-