|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalVariableInfo | |
net.sf.jode.bytecode | Provides easy access to class files and their contents. |
net.sf.jode.decompiler |
Uses of LocalVariableInfo in net.sf.jode.bytecode |
Methods in net.sf.jode.bytecode that return LocalVariableInfo | |
LocalVariableInfo |
Instruction.getLocalInfo()
Gets the information of the local this instruction accesses. |
static LocalVariableInfo |
LocalVariableInfo.getInfo(int slot)
Creates a new local variable info, with no name or type. |
static LocalVariableInfo |
LocalVariableInfo.getInfo(int slot,
java.lang.String name,
java.lang.String type)
Creates a new local variable info, with given name and type. |
LocalVariableInfo |
BasicBlocks.getParamInfo(int i)
|
Methods in net.sf.jode.bytecode with parameters of type LocalVariableInfo | |
static Instruction |
Instruction.forOpcode(int opcode,
LocalVariableInfo lvi)
Creates a new Instruction with a local variable as parameter. |
static Instruction |
Instruction.forOpcode(int opcode,
LocalVariableInfo lvi,
int increment)
Creates a new increment Instruction. |
void |
Instruction.setLocalInfo(LocalVariableInfo info)
Sets the information of the local this instruction accesses. |
void |
BasicBlocks.setParamInfo(LocalVariableInfo info)
Sets the name and type of a method parameter. |
Uses of LocalVariableInfo in net.sf.jode.decompiler |
Methods in net.sf.jode.decompiler with parameters of type LocalVariableInfo | |
LocalInfo |
MethodAnalyzer.getLocalInfo(LocalVariableInfo lvi)
Create a local info for a local variable located at an instruction with the given address. |
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |