public class UnaryExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
Expression |
expression |
nodeType, type| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Visitor visitor) |
boolean |
equals(Object o) |
int |
hashCode() |
canReduceaccept, evaluate, getNodeType, getType, toStringpublic final Expression expression
public Expression accept(Visitor visitor)
accept in interface Nodeaccept in class Expressionpublic boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.