public class BooleanLiteral extends Literal
An expression representing a boolean literal value
Modifier and Type | Field and Description |
---|---|
static BooleanLiteral |
FALSE |
static BooleanLiteral |
TRUE |
Constructor and Description |
---|
BooleanLiteral(String pToken)
Constructor
|
public static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
public BooleanLiteral(String pToken)
public String getExpressionString()
getExpressionString
in class Expression
Copyright © 2018 JBoss by Red Hat. All rights reserved.