Uses of Class
serp.bytecode.Code
-
Packages that use Code Package Description serp.bytecode Bytecode Manipuationserp.bytecode.visitor Bytecode Visitor -
-
Uses of Code in serp.bytecode
Methods in serp.bytecode that return Code Modifier and Type Method Description CodeBCMethod. getCode(boolean add)Return the code for the method.CodeExceptionHandler. getCode()Return the owning code block.CodeInstruction. getCode()Return the code block that owns this instruction.CodeInstructionPtr. getCode()Returns the Code block that owns the Instruction(s) this InstructionPtr points to.CodeLineNumber. getCode()CodeLineNumberTable. getCode()CodeLocal. getCode()CodeLocalTable. getCode()Constructors in serp.bytecode with parameters of type Code Constructor Description SwitchInstruction(Code owner, int opcode) -
Uses of Code in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type Code Modifier and Type Method Description voidBCVisitor. enterCode(Code obj)voidPrettyPrintVisitor. enterCode(Code obj)voidBCVisitor. exitCode(Code obj)
-