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

Uses of Class org.netbeans.spi.debugger.jpda.EditorContext.MethodArgument (JPDA Debugger API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.debugger.jpda/2 2.13

Uses of Class
org.netbeans.spi.debugger.jpda.EditorContext.MethodArgument

Packages that use EditorContext.MethodArgument
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filterring and filterring of all Debugger Views. 
 

Uses of EditorContext.MethodArgument in org.netbeans.spi.debugger.jpda
 

Methods in org.netbeans.spi.debugger.jpda that return EditorContext.MethodArgument
 EditorContext.MethodArgument[] EditorContext.getArguments(String url, EditorContext.Operation operation)
          Get a list of arguments to the given operation.
 EditorContext.MethodArgument[] EditorContext.getArguments(String url, int methodLineNumber)
          Get a list of arguments passed to method located at the given line.
 


org.netbeans.api.debugger.jpda/2 2.13

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.