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

This (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.0

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

org.netbeans.api.debugger.jpda
Interface This

All Superinterfaces:
ObjectVariable, Variable

public interface This
extends ObjectVariable

Represents "this" value for call stack frame.

 Since JDI interfaces evolve from one version to another, it's strongly recommended
 not to implement this interface in client code. New methods can be added to
 this interface at any time to keep up with the JDI functionality.

See Also:
CallStackFrame.getThisVariable()

Method Summary
 
Methods inherited from interface org.netbeans.api.debugger.jpda.ObjectVariable
getAllStaticFields, getField, getFields, getFieldsCount, getInheritedFields, getSuper, getToStringValue, invokeMethod
 
Methods inherited from interface org.netbeans.api.debugger.jpda.Variable
getType, getValue
 


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

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