|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV NEXT | ||||||||
Uses of Class
com.techtrader.modules.tools.bytecode.TypedLocalVariableInstruction
| Uses of TypedLocalVariableInstruction in com.techtrader.modules.tools.bytecode |
| Subclasses of TypedLocalVariableInstruction in com.techtrader.modules.tools.bytecode | |
class |
LoadInstruction
Represents an instruction to load a value from a local variable onto the stack; can be any of aload_*, iload_*, etc. |
class |
StoreInstruction
Represents an instruction to store a value in a local variable from the stack; can be any of astore*, istore*, etc. |
| Methods in com.techtrader.modules.tools.bytecode that return TypedLocalVariableInstruction | |
TypedLocalVariableInstruction |
TypedLocalVariableInstruction.setType(java.lang.Class type)
Set the type of variable to load; Object types other than Object.class will be demoted to Object.class, and primitives that have no direct support (byte, char, boolean) will be conerted to int.class. |
TypedLocalVariableInstruction |
TypedLocalVariableInstruction.setTypeName(java.lang.String name)
Set the type to load by name. |
|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV NEXT | ||||||||