public interface LiteralExpression extends Expression
is not validated by defaultModifier and Type | Interface and Description |
---|---|
static class |
LiteralExpression.Type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Returns the text value of the literal expression.
|
LiteralExpression.Type |
getType()
Returns the
Type of the LiteralExpression. |
accept
java.lang.String getText()
LiteralExpression.Type getType()
Type
of the LiteralExpression.