Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.Code

Uses of Code in com.techtrader.modules.tools.bytecode
 

Fields in com.techtrader.modules.tools.bytecode declared as Code
protected  Code Instruction._owner
           
private  Code ExceptionHandler._owner
           
private  Code ClassConstantInstruction._code
           
 

Methods in com.techtrader.modules.tools.bytecode that return Code
 Code Instruction.getOwner()
          Get the Code block that owns this Instruction.
 Code BCMethod.getCode()
          Get the code for this method; returns null if none.
 Code BCMethod.addCode()
          Add a code block to this method; replaces the old block if it exists.
 Code BCMethod.importCode(Code code)
          Import a code block from another method.
 

Methods in com.techtrader.modules.tools.bytecode with parameters of type Code
 Code BCMethod.importCode(Code code)
          Import a code block from another method.
 

Constructors in com.techtrader.modules.tools.bytecode with parameters of type Code
WideInstruction(Code owner)
           
TypedLocalVariableInstruction(Code owner)
           
TableSwitchInstruction(Code owner)
           
StoreInstruction(Code owner)
           
StoreInstruction(Code owner, int opcode, java.lang.Class type, int index)
           
StackInstruction(Code owner, int opcode)
           
ReturnInstruction(Code owner)
           
ReturnInstruction(Code owner, int opcode, java.lang.Class type)
           
RetInstruction(Code owner)
           
PutFieldInstruction(Code owner, int opcode)
           
NewArrayInstruction(Code owner)
           
MultiANewArrayInstruction(Code owner)
           
MonitorInstruction(Code owner)
           
MonitorExitInstruction(Code owner)
           
MonitorEnterInstruction(Code owner)
           
MethodInstruction(Code owner, int opcode)
           
MathInstruction(Code owner)
           
MathInstruction(Code owner, int opcode, int operation, java.lang.Class type)
           
LookupSwitchInstruction(Code owner)
           
LocalVariableInstruction(Code owner)
           
LoadInstruction(Code owner)
           
LoadInstruction(Code owner, int opcode, java.lang.Class type, int index)
           
JumpInstruction(Code owner, int opcode)
           
Instruction(Code owner)
          Protected constructor.
IIncInstruction(Code owner)
           
GetFieldInstruction(Code owner, int opcode)
           
FieldInstruction(Code owner, int opcode)
           
ExceptionHandler(Code owner)
          Protected constructor.
ConvertInstruction(Code owner)
           
ConvertInstruction(Code owner, int opcode, java.lang.Class from, java.lang.Class to)
           
ConstantInstruction(Code owner)
           
ConstantInstruction(Code owner, int opcode, java.lang.Object value)
           
CmpInstruction(Code owner)
           
CmpInstruction(Code owner, int opcode, java.lang.Class type, int nan)
           
ClassInstruction(Code owner, int opcode)
           
ClassConstantInstruction(BCClass bc, Code code, Instruction nop)
          Protected constructor.
ArrayStoreInstruction(Code owner)
           
ArrayStoreInstruction(Code owner, int opcode, java.lang.Class type)
           
ArrayLoadInstruction(Code owner)
           
ArrayLoadInstruction(Code owner, int opcode, java.lang.Class type)
           
ArrayInstruction(Code owner)
           
ArrayInstruction(Code owner, int opcode, java.lang.Class type)