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, getKind
public boolean getValue()
public void setValue(boolean v)
public Object getLiteralValue()
getLiteralValue
in class Literal
public void accept(Visitor v)
PetalNode
v
- - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.