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

org.netbeans.api.debugger.jpda
Interface ClassVariable

All Superinterfaces:
ObjectVariable, Variable

public interface ClassVariable
extends ObjectVariable

Represents an instance of java.lang.Class from the target VM.

 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.

Since:
2.7

Method Summary
 JPDAClassType getClassType()
          Provides the class type of this class object.
 
Methods inherited from interface org.netbeans.api.debugger.jpda.ObjectVariable
getAllStaticFields, getField, getFields, getFieldsCount, getInheritedFields, getReferringObjects, getSuper, getToStringValue, getUniqueID, invokeMethod
 
Methods inherited from interface org.netbeans.api.debugger.jpda.Variable
getType, getValue
 

Method Detail

getClassType

JPDAClassType getClassType()
Provides the class type of this class object.

Specified by:
getClassType in interface ObjectVariable
Returns:
the JPDAClassType representing the type of this class.

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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.