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