| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.variables | |
| org.benf.cfr.reader.entities.attributes |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<LocalVariableEntry,NamedVariable> |
VariableNamerHinted.cache |
private java.util.Map<java.lang.Integer,java.util.TreeSet<LocalVariableEntry>> |
VariableNamerHinted.localVariableEntryTreeSet |
| Modifier and Type | Method and Description |
|---|---|
int |
VariableNamerHinted.OrderLocalVariables.compare(LocalVariableEntry a,
LocalVariableEntry b) |
| Constructor and Description |
|---|
VariableNamerHinted(java.util.List<LocalVariableEntry> entryList,
ConstantPool cp) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<LocalVariableEntry> |
AttributeLocalVariableTable.localVariableEntryList |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocalVariableEntry> |
AttributeLocalVariableTable.getLocalVariableEntryList() |