JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.mozilla.javascript
Interface Wrapper
All Known Implementing Classes:
NativeJavaArray
,
NativeJavaClass
,
NativeJavaObject
public interface
Wrapper
Objects that can wrap other values for reflection in the JS environment will implement Wrapper. Wrapper defines a single method that can be called to unwrap the object.
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.Object
unwrap
()
Unwrap the object by returning the wrapped value.
Method Detail
unwrap
java.lang.Object unwrap()
Unwrap the object by returning the wrapped value.
Returns:
a wrapped value
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method