Class VariableNamerDefault
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.variables.VariableNamerDefault
- All Implemented Interfaces:
VariableNamer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cached
-
indexedVarPattern
-
-
Constructor Details
-
VariableNamerDefault
public VariableNamerDefault()
-
-
Method Details
-
getName
public NamedVariable getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed) - Specified by:
getName
in interfaceVariableNamer
-
forceName
- Specified by:
forceName
in interfaceVariableNamer
-
getNamedVariables
- Specified by:
getNamedVariables
in interfaceVariableNamer
-
mutatingRenameUnClash
- Specified by:
mutatingRenameUnClash
in interfaceVariableNamer
-