public interface LiteralExpr extends Expr
[29] Literal ::= '"' [^"]* '"'
| "'" [^']* "'"| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLiteral()
Returns the contents of the string literal, not including the
quote marks.
|