public abstract class UnaryExpression extends Object implements Expression<Object>
| Constructor and Description |
|---|
UnaryExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(NodeVisitor visitor) |
Expression<?> |
getChildExpression() |
int |
getLineNumber()
Returns the line number on which the expression is defined on.
|
void |
setChildExpression(Expression<?> childExpression) |
void |
setLineNumber(int lineNumber)
Sets the line number on which the expression is defined on.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluatepublic void accept(NodeVisitor visitor)
public Expression<?> getChildExpression()
public void setChildExpression(Expression<?> childExpression)
public void setLineNumber(int lineNumber)
lineNumber - the line number on which the expression is defined on.public int getLineNumber()
ExpressiongetLineNumber in interface Expression<Object>Copyright © 2019. All rights reserved.