public class NamedVariableFromHint extends java.lang.Object implements NamedVariable
| Modifier and Type | Field and Description |
|---|---|
private int |
idx |
private java.lang.String |
name |
private int |
slot |
| Constructor and Description |
|---|
NamedVariableFromHint(java.lang.String name,
int slot,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
Dumper |
dump(Dumper d) |
Dumper |
dump(Dumper d,
boolean defines) |
boolean |
equals(java.lang.Object o) |
void |
forceName(java.lang.String name) |
java.lang.String |
getStringName() |
int |
hashCode() |
boolean |
isGoodName() |
java.lang.String |
toString() |
NamedVariableFromHint(java.lang.String name,
int slot,
int idx)
public void forceName(java.lang.String name)
forceName in interface NamedVariablepublic java.lang.String getStringName()
getStringName in interface NamedVariablepublic Dumper dump(Dumper d)
dump in interface NamedVariabledump in interface Dumpablepublic Dumper dump(Dumper d, boolean defines)
dump in interface NamedVariablepublic boolean isGoodName()
isGoodName in interface NamedVariablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object