org.mozilla.javascript

Interface Wrapper

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

Object
unwrap()
Unwrap the object by returning the wrapped value.

Method Details

unwrap

public Object unwrap()
Unwrap the object by returning the wrapped value.

Returns:
a wrapped value