public class BooleanLiteral extends Literal
| Modifier and Type | Field and Description |
|---|---|
static BooleanLiteral |
FALSE |
static BooleanLiteral |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
Literal |
accept(Transformer tf) |
BooleanLiteral |
fromBoolean(boolean b) |
boolean |
value() |
public static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
public BooleanLiteral fromBoolean(boolean b)
public boolean value()
public Literal accept(Transformer tf)
Copyright © 2016–2017. All rights reserved.