Package org.mozilla.javascript
Interface Wrapper
- 
- All Known Implementing Classes:
- NativeJavaArray,- NativeJavaClass,- NativeJavaList,- NativeJavaMap,- NativeJavaObject
 
 public interface WrapperObjects 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectunwrap()Unwrap the object by returning the wrapped value.
 
-