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 NamedVariable
public String getStringName()
getStringName
in interface NamedVariable
public Dumper dump(Dumper d)
dump
in interface NamedVariable
dump
in interface Dumpable
public Dumper dump(Dumper d, boolean defines)
dump
in interface NamedVariable
public boolean isGoodName()
isGoodName
in interface NamedVariable
Copyright © 2011-2021. All Rights Reserved.