- 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)
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringstr
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(JFormatter f)
-
-
-
Method Detail
-
generate
public void generate(JFormatter f)
-
-