public interface BooleanLiteralExpression extends ConstantExpression
true
or
false
. It does not have any children.Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean()
Returns the boolean value represented by this expression.
|
getValue
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.