org.openide.execution 1.12.1

Uses of Class
org.openide.execution.ScriptType.Context

Uses of ScriptType.Context in org.openide.execution
 

Methods in org.openide.execution with parameters of type ScriptType.Context
abstract  Object ScriptType.eval(Reader r, ScriptType.Context context)
          Deprecated. Evaluate the script given in the form of a Reader.
abstract  Object ScriptType.eval(String script, ScriptType.Context context)
          Deprecated. Evaluate the script given in the form of a string.
abstract  void ScriptType.exec(Reader r, ScriptType.Context context)
          Deprecated. Execute the script given in the form of a Reader.
abstract  void ScriptType.exec(String script, ScriptType.Context context)
          Deprecated. Execute the script given in the form of a string.
 


org.openide.execution 1.12.1

Built on January 5 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.