当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.1
Super (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.1
org.netbeans.api.debugger.jpda
Interface Super
- All Superinterfaces:
- ObjectVariable, Variable
public interface Super
- extends ObjectVariable
Represents super class of some object and its value.
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:
ObjectVariable.getSuper()