public class NameReference extends LeafExpression
Expression.Operator| Constructor and Description |
|---|
NameReference(String name) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> exprVisitor)
Traverses the expression with the provided
ExpressionVisitor |
Type |
getDataType() |
String |
getName() |
String |
toString() |
getChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevalpublic NameReference(String name)
public String getName()
public Type getDataType()
public <T> T accept(ExpressionVisitor<T> exprVisitor)
ExpressionExpressionVisitorpublic String toString()
toString in interface ExpressiontoString in class ObjectCopyright © 2024 The Apache Software Foundation. All rights reserved.