|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.clearsilver.jsilver.compiler.JavaExpression
com.google.clearsilver.jsilver.compiler.JavaExpression.StringExpression
public static class JavaExpression.StringExpression
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 |
---|
public JavaExpression.StringExpression(String value)
Method Detail |
---|
public String getValue()
public void write(PrintWriter out)
JavaExpression
write
in class JavaExpression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |