public class V8ArrayWrapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WRAPPED_CLASS |
| Constructor and Description |
|---|
V8ArrayWrapper(com.github.autostyle.npm.Reflective reflective,
java.lang.Object v8Array) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(java.lang.Object o) |
com.github.autostyle.npm.V8ObjectWrapper |
getObject(java.lang.Integer index) |
int |
hashCode() |
protected java.lang.Object |
invoke(java.lang.String methodName,
java.lang.Object... parameters) |
protected java.lang.Object |
invoke(java.lang.String methodName,
com.github.autostyle.npm.Reflective.TypedValue... parameters) |
V8ArrayWrapper |
push(java.lang.Object object) |
V8ArrayWrapper |
pushNull() |
protected com.github.autostyle.npm.Reflective |
reflective() |
void |
release() |
protected java.lang.Object |
wrappedObj() |
public static final java.lang.String WRAPPED_CLASS
public V8ArrayWrapper(com.github.autostyle.npm.Reflective reflective,
java.lang.Object v8Array)
public V8ArrayWrapper push(java.lang.Object object)
public V8ArrayWrapper pushNull()
public com.github.autostyle.npm.V8ObjectWrapper getObject(java.lang.Integer index)
protected com.github.autostyle.npm.Reflective reflective()
protected java.lang.Object wrappedObj()
protected java.lang.Object invoke(java.lang.String methodName,
java.lang.Object... parameters)
protected java.lang.Object invoke(java.lang.String methodName,
com.github.autostyle.npm.Reflective.TypedValue... parameters)
public void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object