Uses of Class
serp.bytecode.Code
Packages that use Code
-
Uses of Code in serp.bytecode
Fields in serp.bytecode declared as CodeModifier and TypeFieldDescriptionprivate CodeClassConstantInstruction._codeprivate CodeExceptionHandler._ownerprivate CodeInstruction._ownerMethods 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.InstructionPtrStrategy.getCode()LineNumber.getCode()LineNumberTable.getCode()Local.getCode()LocalTable.getCode()Constructors in serp.bytecode with parameters of type CodeModifierConstructorDescription(package private)ArrayInstruction(Code owner) (package private)ArrayInstruction(Code owner, int opcode) (package private)ArrayLoadInstruction(Code owner) (package private)ArrayLoadInstruction(Code owner, int opcode) (package private)ArrayStoreInstruction(Code owner) (package private)ArrayStoreInstruction(Code owner, int opcode) (package private)ClassConstantInstruction(BCClass bc, Code code, Instruction nop) (package private)ClassInstruction(Code owner, int opcode) (package private)CmpInstruction(Code owner) (package private)CmpInstruction(Code owner, int opcode) (package private)ConstantInstruction(Code owner) (package private)ConstantInstruction(Code owner, int opcode) (package private)ConvertInstruction(Code owner) (package private)ConvertInstruction(Code owner, int opcode) (package private)ExceptionHandler(Code owner) (package private)FieldInstruction(Code owner, int opcode) (package private)GetFieldInstruction(Code owner, int opcode) (package private)GotoInstruction(Code owner, int opcode) (package private)IfInstruction(Code owner, int opcode) (package private)IIncInstruction(Code owner) (package private)Instruction(Code owner) (package private)Instruction(Code owner, int opcode) (package private)JumpInstruction(Code owner, int opcode) (package private)LoadInstruction(Code owner) (package private)LoadInstruction(Code owner, int opcode) (package private)LocalVariableInstruction(Code owner) (package private)LocalVariableInstruction(Code owner, int opcode) (package private)LookupSwitchInstruction(Code owner) (package private)MathInstruction(Code owner) (package private)MathInstruction(Code owner, int opcode) (package private)MethodInstruction(Code owner, int opcode) (package private)MonitorEnterInstruction(Code owner) (package private)MonitorExitInstruction(Code owner) (package private)MonitorInstruction(Code owner, int opcode) (package private)MultiANewArrayInstruction(Code owner) (package private)NewArrayInstruction(Code owner) (package private)PutFieldInstruction(Code owner, int opcode) (package private)RetInstruction(Code owner) (package private)ReturnInstruction(Code owner) (package private)ReturnInstruction(Code owner, int opcode) (package private)StackInstruction(Code owner, int opcode) (package private)StoreInstruction(Code owner) (package private)StoreInstruction(Code owner, int opcode) SwitchInstruction(Code owner, int opcode) (package private)TableSwitchInstruction(Code owner) (package private)TypedInstruction(Code owner) (package private)TypedInstruction(Code owner, int opcode) (package private)WideInstruction(Code owner) -
Uses of Code in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type Code