Package com.sun.codemodel
Class JStringLiteral
- java.lang.Object
-
- com.sun.codemodel.JExpressionImpl
-
- com.sun.codemodel.JStringLiteral
-
- All Implemented Interfaces:
JExpression
,JGenerable
public class JStringLiteral extends JExpressionImpl
String literal.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(JFormatter f)
-
-
-
Field Detail
-
str
public final String str
-
-
Method Detail
-
generate
public void generate(JFormatter f)
-
-