Package delight.rhinosandox.internal
Class SafeNativeJavaObject
- java.lang.Object
-
- org.mozilla.javascript.NativeJavaObject
-
- delight.rhinosandox.internal.SafeNativeJavaObject
-
- All Implemented Interfaces:
java.io.Serializable
,org.mozilla.javascript.Scriptable
,org.mozilla.javascript.SymbolScriptable
,org.mozilla.javascript.Wrapper
public class SafeNativeJavaObject extends org.mozilla.javascript.NativeJavaObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SafeNativeJavaObject(org.mozilla.javascript.Scriptable scope, java.lang.Object javaObject, java.lang.Class<?> staticType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(java.lang.String name, org.mozilla.javascript.Scriptable start)
-
Methods inherited from class org.mozilla.javascript.NativeJavaObject
canConvert, coerceType, createInterfaceAdapter, delete, delete, delete, equals, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, has, hashCode, hasInstance, initMembers, put, put, put, setParentScope, setPrototype, unwrap, wrap
-
-