Class NamedVariableFromHint
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.variables.NamedVariableFromHint
- All Implemented Interfaces:
NamedVariable
,Dumpable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
slot
private int slot -
idx
private int idx
-
-
Constructor Details
-
NamedVariableFromHint
NamedVariableFromHint(String name, int slot, int idx)
-
-
Method Details
-
forceName
- Specified by:
forceName
in interfaceNamedVariable
-
getStringName
- Specified by:
getStringName
in interfaceNamedVariable
-
dump
- Specified by:
dump
in interfaceDumpable
- Specified by:
dump
in interfaceNamedVariable
-
dump
- Specified by:
dump
in interfaceNamedVariable
-
isGoodName
public boolean isGoodName()- Specified by:
isGoodName
in interfaceNamedVariable
-
equals
-
hashCode
public int hashCode() -
toString
-