public class Expression extends Object implements Operand
Modifier and Type | Field and Description |
---|---|
Object |
info
Arbitrary info associated to the expression.
|
Operand |
lvalue |
Operator |
operator |
Operand |
rvalue |
Constructor and Description |
---|
Expression(Operand lvalue,
Operator operator,
Operand rvalue) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object obj) |
Object |
getInfo() |
int |
hashCode() |
boolean |
isPathExpression() |
boolean |
isSuffix()
Is the unary operator pretty-printed after the operand?
|
void |
setInfo(Object info) |
String |
toString() |
public Expression(Operand lvalue, Operator operator, Operand rvalue)
public void accept(IVisitor visitor)
ASTNode
public boolean isSuffix()
public boolean isPathExpression()
Copyright © 2018 Nuxeo. All rights reserved.