Class NamedVariableFromHint
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.variables.NamedVariableFromHint
-
- All Implemented Interfaces:
NamedVariable,Dumpable
public class NamedVariableFromHint extends java.lang.Object implements NamedVariable
-
-
Constructor Summary
Constructors Constructor Description NamedVariableFromHint(java.lang.String name, int slot, int idx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dumperdump(Dumper d)Dumperdump(Dumper d, boolean defines)booleanequals(java.lang.Object o)voidforceName(java.lang.String name)java.lang.StringgetStringName()inthashCode()booleanisGoodName()java.lang.StringtoString()
-
-
-
Method Detail
-
forceName
public void forceName(java.lang.String name)
- Specified by:
forceNamein interfaceNamedVariable
-
getStringName
public java.lang.String getStringName()
- Specified by:
getStringNamein interfaceNamedVariable
-
dump
public Dumper dump(Dumper d)
- Specified by:
dumpin interfaceDumpable- Specified by:
dumpin interfaceNamedVariable
-
dump
public Dumper dump(Dumper d, boolean defines)
- Specified by:
dumpin interfaceNamedVariable
-
isGoodName
public boolean isGoodName()
- Specified by:
isGoodNamein interfaceNamedVariable
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-