public class ExpressionBuilderBase.VariableBase extends ExpressionBuilderBase.AbstractValue implements ExpressionBuilder.Variable
Constructor and Description |
---|
VariableBase(String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ExpressionBuilder.Variable o) |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
String |
toString() |
accept
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
protected String name
public VariableBase(String name)
public String getName()
getName
in interface ExpressionBuilder.Variable
public int compareTo(ExpressionBuilder.Variable o)
compareTo
in interface Comparable<ExpressionBuilder.Variable>