Expr, java.io.Serializablepublic interface LiteralExpr extends Expr
[29] Literal ::= '"' [^"]* '"'
| "'" [^']* "'"| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLiteral() |
Returns the contents of the string literal, not including the
quote marks.
|
Copyright © 2001–2018 Codehaus. All rights reserved.