com.sun.codemodel
Class JStringLiteral

java.lang.Object
  extended by com.sun.codemodel.JExpressionImpl
      extended by com.sun.codemodel.JStringLiteral
All Implemented Interfaces:
JExpression

public class JStringLiteral
extends JExpressionImpl

String literal.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Field Summary
 java.lang.String str
           
 
Method Summary
 void generate(JFormatter f)
           
 
Methods inherited from class com.sun.codemodel.JExpressionImpl
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str

public final java.lang.String str
Method Detail

generate

public void generate(JFormatter f)


Copyright © 2005-2010 Sun Microsystems. All Rights Reserved.