|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Interpreter in org.apache.batik.refimpl.bridge |
Constructors in org.apache.batik.refimpl.bridge with parameters of type Interpreter | |
BridgeEventSupport.ScriptCaller(UserAgent agent,
java.lang.String str,
Interpreter interpret)
|
Uses of Interpreter in org.apache.batik.refimpl.script |
Methods in org.apache.batik.refimpl.script that return Interpreter | |
Interpreter |
ConcreteInterpreterPool.getInterpreter(java.lang.String language)
Returns a unique instance of an implementation of Interpreter interface that match the given language. |
Uses of Interpreter in org.apache.batik.refimpl.script.jacl |
Classes in org.apache.batik.refimpl.script.jacl that implement Interpreter | |
class |
JaclInterpreter
A simple implementation of Interpreter interface to use
JACL Tcl parser. |
Methods in org.apache.batik.refimpl.script.jacl that return Interpreter | |
Interpreter |
JaclInterpreterFactory.createInterpreter()
Creates an instance of JaclInterpreter class. |
Uses of Interpreter in org.apache.batik.refimpl.script.jpython |
Classes in org.apache.batik.refimpl.script.jpython that implement Interpreter | |
class |
JPythonInterpreter
A simple implementation of Interpreter interface to use
JPython python parser. |
Methods in org.apache.batik.refimpl.script.jpython that return Interpreter | |
Interpreter |
JPythonInterpreterFactory.createInterpreter()
Creates an instance of JPythonInterpreter class. |
Uses of Interpreter in org.apache.batik.refimpl.script.rhino |
Classes in org.apache.batik.refimpl.script.rhino that implement Interpreter | |
class |
RhinoInterpreter
A simple implementation of Interpreter interface to use
Rhino ECMAScript parser. |
Methods in org.apache.batik.refimpl.script.rhino that return Interpreter | |
Interpreter |
RhinoInterpreterFactory.createInterpreter()
Creates an instance of RhinoInterpreter class. |
Uses of Interpreter in org.apache.batik.script |
Methods in org.apache.batik.script that return Interpreter | |
Interpreter |
InterpreterPool.getInterpreter(java.lang.String language)
Should return a unique instance of an implementation of Interpreter interface that match the given language. |
Interpreter |
InterpreterFactory.createInterpreter()
This method should create an instance of Interpreter
interface implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |