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

Packages that use ScriptType.Context
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
 

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)
          Evaluate the script given in the form of a Reader.
abstract  Object ScriptType.eval(String script, ScriptType.Context context)
          Evaluate the script given in the form of a string.
abstract  void ScriptType.exec(Reader r, ScriptType.Context context)
          Execute the script given in the form of a Reader.
abstract  void ScriptType.exec(String script, ScriptType.Context context)
          Execute the script given in the form of a string.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.