Uses of Class
serp.bytecode.Code
Packages that use Code
-
Uses of Code in serp.bytecode
Methods in serp.bytecode that return CodeModifier and TypeMethodDescriptionBCMethod.getCode
(boolean add) Return the code for the method.ExceptionHandler.getCode()
Return the owning code block.Instruction.getCode()
Return the code block that owns this instruction.InstructionPtr.getCode()
Returns the Code block that owns the Instruction(s) this InstructionPtr points to.LineNumber.getCode()
LineNumberTable.getCode()
Local.getCode()
LocalTable.getCode()
Constructors in serp.bytecode with parameters of type Code -
Uses of Code in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type Code