public class NamedVariableDefault extends Object implements NamedVariable
| Constructor and Description |
|---|
NamedVariableDefault(String name) |
| Modifier and Type | Method and Description |
|---|---|
Dumper |
dump(Dumper d) |
Dumper |
dump(Dumper d,
boolean defines) |
boolean |
equals(Object o) |
void |
forceName(String name) |
String |
getStringName() |
int |
hashCode() |
boolean |
isGoodName() |
String |
toString() |
public NamedVariableDefault(String name)
public void forceName(String name)
forceName in interface NamedVariablepublic 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 NamedVariableCopyright © 2011-2021. All Rights Reserved.