cz.cuni.pogamut.introspection
Class ScriptProxy

java.lang.Object
  extended by cz.cuni.pogamut.introspection.DefaultIntrospectableProxy<javax.script.ScriptEngine>
      extended by cz.cuni.pogamut.introspection.ScriptProxy
All Implemented Interfaces:
IntrospectableProxy
Direct Known Subclasses:
PythonEngineScriptProxy

public abstract class ScriptProxy
extends DefaultIntrospectableProxy<javax.script.ScriptEngine>

Interface for all IntrospectableProxies of ScriptEngines


Constructor Summary
ScriptProxy(javax.script.ScriptEngine engine)
           
 
Method Summary
 
Methods inherited from class cz.cuni.pogamut.introspection.DefaultIntrospectableProxy
computeChildren, computeProperties, getChildren, getName, getProperties, getProxiedObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.cuni.pogamut.introspection.IntrospectableProxy
closeIntrospection
 

Constructor Detail

ScriptProxy

public ScriptProxy(javax.script.ScriptEngine engine)