public abstract class BooleanNode extends Node
| Modifier and Type | Field and Description |
|---|---|
static BooleanNode |
FALSE |
static BooleanNode |
TRUE |
| Constructor and Description |
|---|
BooleanNode() |
| Modifier and Type | Method and Description |
|---|---|
static BooleanNode |
get(boolean value) |
boolean |
getValue() |
isArray, isBoolean, isNull, isNumber, isObject, isString, parse, stringifypublic static final BooleanNode TRUE
public static final BooleanNode FALSE
public static BooleanNode get(boolean value)
public final boolean getValue()
Copyright © 2019. All rights reserved.