Constructor and Description |
---|
Node(int position) |
Modifier and Type | Method and Description |
---|---|
RValue |
bindVariables(Expression expression,
boolean preferLValue) |
int |
getPosition() |
RValue |
optimize() |
abstract java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
id
public abstract java.lang.String toString()
toString
in class java.lang.Object
public RValue optimize() throws EvaluationException
optimize
in interface RValue
EvaluationException
public final int getPosition()
getPosition
in interface Identifiable
public RValue bindVariables(Expression expression, boolean preferLValue) throws ParserException
bindVariables
in interface RValue
ParserException