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