public abstract class ObjectWrapperBase
extends java.lang.Object
| Constructor and Description |
|---|
ObjectWrapperBase(Scriptable parentScope)
Creates object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultValue(java.lang.Class<?> hint) |
Scriptable |
getParentScope() |
Scriptable |
getPrototype() |
boolean |
hasInstance(Scriptable instance) |
void |
setParentScope(Scriptable parent) |
void |
setPrototype(Scriptable prototype) |
public ObjectWrapperBase(Scriptable parentScope)
public Scriptable getPrototype()
public void setPrototype(Scriptable prototype)
public Scriptable getParentScope()
public void setParentScope(Scriptable parent)
public java.lang.Object getDefaultValue(java.lang.Class<?> hint)
public boolean hasInstance(Scriptable instance)