public class AtTimeZone extends Expression
| Constructor and Description |
|---|
AtTimeZone(Expression value,
Expression timeZone) |
AtTimeZone(NodeLocation location,
Expression value,
Expression timeZone) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
Expression |
getTimeZone() |
Expression |
getValue() |
int |
hashCode() |
toStringgetLocationpublic AtTimeZone(Expression value, Expression timeZone)
public AtTimeZone(NodeLocation location, Expression value, Expression timeZone)
public Expression getValue()
public Expression getTimeZone()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
ExpressionAstVisitor, use AstVisitor.process(Node, Object) instead.accept in class Expressionpublic List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.