org.netbeans.api.debugger.jpda
public interface ClassVariable extends ObjectVariable
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.
Modifier and Type | Method and Description |
---|---|
JPDAClassType |
getClassType()
Provides the class type of this class object.
|
getAllStaticFields, getField, getFields, getFieldsCount, getInheritedFields, getReferringObjects, getSuper, getToStringValue, getUniqueID, invokeMethod
JPDAClassType getClassType()
getClassType
in interface ObjectVariable
JPDAClassType
representing the type of this class.Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.