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
Fields in serp.bytecode declared as Code Modifier and Type Field Description private CodeClassConstantInstruction. _codeprivate CodeExceptionHandler. _ownerprivate CodeInstruction. _ownerMethods 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.CodeInstructionPtrStrategy. getCode()CodeLineNumber. getCode()CodeLineNumberTable. getCode()CodeLocal. getCode()CodeLocalTable. getCode() -
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)
-