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