public class Identifier extends Expression
| Constructor and Description |
|---|
Identifier(NodeLocation location,
String value,
boolean delimited) |
Identifier(Optional<NodeLocation> location,
String value) |
Identifier(String value) |
Identifier(String value,
boolean delimited) |
| 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 o) |
List<Node> |
getChildren() |
String |
getValue() |
String |
getValueLowerCase() |
int |
hashCode() |
boolean |
isDelimited() |
toStringgetLocationpublic Identifier(NodeLocation location, String value, boolean delimited)
public Identifier(String value, boolean delimited)
public Identifier(Optional<NodeLocation> location, String value)
public Identifier(String value)
public String getValue()
public String getValueLowerCase()
public boolean isDelimited()
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.