public class StringLiteralExpression extends Expression
ExpressionTypes.STRING_LITERAL.| Constructor and Description |
|---|
StringLiteralExpression(java.lang.String value)
Creates a string literal expression.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Returns the type of this expression.
|
java.lang.String |
getValue()
Returns the value of this expression.
|
public StringLiteralExpression(java.lang.String value)
value - the value of the expression.public java.lang.String getValue()
public int getType()
ExpressiongetType in class ExpressionExpressionTypes).