StringExpr
A String literal.
Methods
static String
javaEncode
(String s)
Encode the String to Java syntax.
static String
javaEncode
(String s)
Encode the String to Java syntax.
Parameters:
s - the string
Returns:
the encoded string
String
asString
()
String
asString
()
Type
getType
()
Type
getType
()
void
setType
(Type type)
void
setType
(Type type)
Fields
static String
constantName
static String
text
constantName
The constant name.
text
The literal.