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 ([email protected])
  • Field Details

    • str

      public final String str
  • Method Details