Uses of Class
org.apache.batik.script.rhino.RhinoInterpreter

Packages that use RhinoInterpreter
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
 

Uses of RhinoInterpreter in org.apache.batik.script.rhino
 

Fields in org.apache.batik.script.rhino declared as RhinoInterpreter
protected  RhinoInterpreter WindowWrapper.FunctionWrapper.interpreter
          The current interpreter.
protected  RhinoInterpreter WindowWrapper.GetURLFunctionWrapper.interpreter
          The current interpreter.
 

Methods in org.apache.batik.script.rhino that return RhinoInterpreter
 RhinoInterpreter RhinoInterpreter.ExtendedContext.getInterpreter()
           
 

Constructors in org.apache.batik.script.rhino with parameters of type RhinoInterpreter
WindowWrapper.FunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, java.lang.Object[] args)
          Creates a function wrapper.
WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function fct, org.mozilla.javascript.ScriptableObject sc)
          Creates a wrapper.
 



Copyright © 2004 Apache Software Foundation. All Rights Reserved.