com.google.clearsilver.jsilver.compiler
Class JavaExpression.StringExpression

java.lang.Object
  extended by com.google.clearsilver.jsilver.compiler.JavaExpression
      extended by com.google.clearsilver.jsilver.compiler.JavaExpression.StringExpression
Enclosing class:
JavaExpression

public static class JavaExpression.StringExpression
extends JavaExpression


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.clearsilver.jsilver.compiler.JavaExpression
JavaExpression.BooleanLiteralExpression, JavaExpression.StringExpression, JavaExpression.Type
 
Constructor Summary
JavaExpression.StringExpression(String value)
           
 
Method Summary
 String getValue()
           
 void write(PrintWriter out)
          Implementations use this to output the expression as Java code.
 
Methods inherited from class com.google.clearsilver.jsilver.compiler.JavaExpression
assign, bool, call, call, callFindVariable, callOn, callOn, cast, declare, getType, increment, infix, inlineIf, integer, integer, literal, macro, prefix, string, symbol, symbol, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaExpression.StringExpression

public JavaExpression.StringExpression(String value)
Method Detail

getValue

public String getValue()

write

public void write(PrintWriter out)
Description copied from class: JavaExpression
Implementations use this to output the expression as Java code.

Specified by:
write in class JavaExpression


Copyright © 2010-2012 Google. All Rights Reserved.