public final class GenericLiteral extends Literal
| Constructor and Description |
|---|
GenericLiteral(NodeLocation location,
String type,
String value) |
GenericLiteral(String type,
String value) |
| 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) |
String |
getType() |
String |
getValue() |
int |
hashCode() |
getChildrentoStringgetLocationpublic GenericLiteral(NodeLocation location, String type, String value)
public String getType()
public String getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
ExpressionAstVisitor, use AstVisitor.process(Node, Object) instead.Copyright © 2012–2023. All rights reserved.