public final class V8ValueBoolean extends V8ValuePrimitive<java.lang.Boolean> implements IV8ValuePrimitiveValue<V8ValueBooleanObject>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FALSE
The constant FALSE.
|
static java.lang.String |
TRUE
The constant TRUE.
|
valueOBJECT_CONVERTER, v8Runtime| Constructor and Description |
|---|
V8ValueBoolean(V8Runtime v8Runtime)
Instantiates a new V8 value boolean.
|
V8ValueBoolean(V8Runtime v8Runtime,
boolean value)
Instantiates a new V8 value boolean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean()
A simulation of the JS
if (variable) |
int |
asInt()
As int.
|
V8ValueBoolean |
toClone(boolean referenceCopy)
Get a clone of the current V8 value.
|
V8ValueBooleanObject |
toObject()
Convert the primitive value to the primitive object.
|
boolean |
toPrimitive()
To primitive boolean.
|
java.lang.String |
toString() |
close, equals, getValue, isEmpty, isPresent, sameValue, strictEqualscheckV8Runtime, getV8Runtime, isClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasDouble, asLong, asString, equals, getV8Runtime, isNull, isNullOrUndefined, isUndefined, sameValue, strictEqualsclose, isClosedtoClonepublic static final java.lang.String FALSE
public static final java.lang.String TRUE
public V8ValueBoolean(V8Runtime v8Runtime) throws JavetException
v8Runtime - the V8 runtimeJavetException - the javet exceptionpublic V8ValueBoolean(V8Runtime v8Runtime, boolean value) throws JavetException
v8Runtime - the V8 runtimevalue - the valueJavetException - the javet exceptionpublic boolean asBoolean()
IV8Valueif (variable)public int asInt()
IV8Valuepublic V8ValueBoolean toClone(boolean referenceCopy) throws JavetException
IV8CloneabletoClone in interface IV8CloneablereferenceCopy - the reference copyJavetException - the javet exceptionpublic V8ValueBooleanObject toObject() throws JavetException
IV8ValuePrimitiveValuetoObject in interface IV8ValuePrimitiveValue<V8ValueBooleanObject>JavetException - the javet exceptionpublic boolean toPrimitive()
public java.lang.String toString()
toString in class V8ValuePrimitive<java.lang.Boolean>