From 89bda83e0570ab87c6e449f5955613d5385e90b3 Mon Sep 17 00:00:00 2001 From: "alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c" Date: Wed, 3 Feb 2010 00:50:41 +0000 Subject: removed obsolete svn folder from hg tree --HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%408 --- .../javadoc/org/mozilla/javascript/Wrapper.html | 214 --------------------- 1 file changed, 214 deletions(-) delete mode 100644 trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Wrapper.html (limited to 'trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Wrapper.html') diff --git a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Wrapper.html b/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Wrapper.html deleted file mode 100644 index 0d05fdc..0000000 --- a/trunk/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Wrapper.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -Wrapper (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -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
- java.lang.Objectunwrap() - -
-          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
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3