站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Uses of Class org.openide.execution.ScriptType.Context (NetBeans Execution API) - NetBeans API Javadoc 4.1.0

 

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)
          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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.