|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV NEXT | ||||||||