public class TernaryExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
Expression |
expression0 |
Expression |
expression1 |
Expression |
expression2 |
nodeType, type| Modifier and Type | Method and Description |
|---|---|
Expression |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(@Nullable Object o) |
int |
hashCode() |
canReduceaccept, evaluate, getNodeType, getType, toStringpublic final Expression expression0
public final Expression expression1
public final Expression expression2
public Expression accept(Shuttle shuttle)
accept in interface Nodeaccept in class Expressionpublic <R> R accept(Visitor<R> visitor)
public boolean equals(@Nullable Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2021 Apache Software Foundation. All Rights Reserved.