public class LiteralExpression extends Object implements Expression
| Constructor and Description |
|---|
LiteralExpression(String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> visitor) |
List<Expression> |
getChildren() |
String |
getType() |
String |
getValue() |
public <T> T accept(ExpressionVisitor<T> visitor)
accept in interface Expressionpublic List<Expression> getChildren()
getChildren in interface Expressionpublic String getValue()
public String getType()
Copyright © 2024. All Rights Reserved.