Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface LiteralExpr
extends Expr
[29] Literal ::= '"' [^"]* '"' | "'" [^']* "'"
Method Summary | |
String |
|
public String getLiteral()
Returns the contents of the string literal, not including the quote marks.
- Returns:
- the contents of the string literal