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)
JavaExpression
write
in class JavaExpression
Copyright © 2010–2018 Google. All rights reserved.