public class Expression extends Object implements Operand
Modifier and Type | Field and Description |
---|---|
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) |
int |
hashCode() |
boolean |
isPathExpression() |
boolean |
isSuffix()
Is the unary operator pretty-printed after the operand?
|
String |
toString() |
public Expression(Operand lvalue, Operator operator, Operand rvalue)
public void accept(IVisitor visitor)
ASTNode
public boolean isSuffix()
public boolean isPathExpression()
Copyright © 2015 Nuxeo SA. All rights reserved.