|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalVariable | |
---|---|
net.sf.rej.gui | Constains classes for the reJ graphical user interface. |
net.sf.rej.gui.editor.iteration | Contains classes that iterate through the project, going through every class with the purpose of finding definitions, references and doing refactoring |
net.sf.rej.gui.editor.row | Contains various container classes for different "types" of lines in the reJ bytecode editor. |
net.sf.rej.java.attribute | Provides classes that model the various class file attributes |
Uses of LocalVariable in net.sf.rej.gui |
---|
Methods in net.sf.rej.gui that return LocalVariable | |
---|---|
LocalVariable |
Link.getLv()
|
Methods in net.sf.rej.gui with parameters of type LocalVariable | |
---|---|
void |
IteratorAgentAdapter.processLocalVariable(IterationContext ic,
LocalVariable lv)
|
void |
IteratorAgent.processLocalVariable(IterationContext ic,
LocalVariable lv)
|
void |
DefaultMatcher.processLocalVariable(IterationContext ic,
LocalVariable lv)
|
void |
Link.setLv(LocalVariable lv)
|
Uses of LocalVariable in net.sf.rej.gui.editor.iteration |
---|
Methods in net.sf.rej.gui.editor.iteration with parameters of type LocalVariable | |
---|---|
void |
RefactoringIterator.processLocalVariable(IterationContext ic,
LocalVariable lv)
|
Uses of LocalVariable in net.sf.rej.gui.editor.row |
---|
Methods in net.sf.rej.gui.editor.row that return LocalVariable | |
---|---|
LocalVariable |
LocalVariableDefRow.getLocalVariable()
|
Constructors in net.sf.rej.gui.editor.row with parameters of type LocalVariable | |
---|---|
LocalVariableDefRow(LocalVariable lv,
MethodDefRow enclosingMethod)
|
Uses of LocalVariable in net.sf.rej.java.attribute |
---|
Methods in net.sf.rej.java.attribute that return LocalVariable | |
---|---|
LocalVariable |
LocalVariableTableAttribute.getLocalVariable(int index,
int pc)
|
Methods in net.sf.rej.java.attribute that return types with arguments of type LocalVariable | |
---|---|
java.util.List<LocalVariable> |
LocalVariableTableAttribute.getLocalVariables()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |