public class BooleanLiteral extends Literal
| Constructor and Description |
|---|
BooleanLiteral(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
accept the given visitor
|
boolean |
equals(Object o) |
Object |
getLiteralValue() |
boolean |
getValue() |
void |
setValue(boolean v) |
String |
toString() |
clone, getChildCount, getKindpublic boolean getValue()
public void setValue(boolean v)
public Object getLiteralValue()
getLiteralValue in class Literalpublic void accept(Visitor v)
PetalNodev - - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.