org.mule.devkit.model.code
Class StringLiteral

java.lang.Object
  extended by org.mule.devkit.model.code.AbstractExpression
      extended by org.mule.devkit.model.code.StringLiteral
All Implemented Interfaces:
Generable, GeneratedExpression

public class StringLiteral
extends AbstractExpression

String literal.

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

Field Summary
 String str
           
 
Method Summary
 void generate(Formatter f)
           
 
Methods inherited from class org.mule.devkit.model.code.AbstractExpression
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, isNotNull, isNull, 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 String str
Method Detail

generate

public void generate(Formatter f)


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.