public static class JavaExpression.BooleanLiteralExpression extends JavaExpression
JavaExpression.BooleanLiteralExpression, JavaExpression.StringExpression, JavaExpression.Type| Modifier and Type | Field and Description |
|---|---|
static JavaExpression.BooleanLiteralExpression |
FALSE |
static JavaExpression.BooleanLiteralExpression |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue() |
void |
write(PrintWriter out)
Implementations use this to output the expression as Java code.
|
public static final JavaExpression.BooleanLiteralExpression FALSE
public static final JavaExpression.BooleanLiteralExpression TRUE
public boolean getValue()
public void write(PrintWriter out)
JavaExpressionwrite in class JavaExpressionCopyright © 2010–2016 Google. All rights reserved.