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

org.netbeans.api.debugger.jpda
Interface JPDAArrayType

All Superinterfaces:
JPDAClassType, VariableType

public interface JPDAArrayType
extends JPDAClassType

Represents type of an array in the debugged process.

 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.11
See Also:
JPDAClassType

Method Summary
 VariableType getComponentType()
           
 String getComponentTypeName()
           
 
Methods inherited from interface org.netbeans.api.debugger.jpda.JPDAClassType
classObject, getClassLoader, getInstanceCount, getInstances, getSourceName, getSuperClass, staticFields
 
Methods inherited from interface org.netbeans.api.debugger.jpda.VariableType
getName
 

Method Detail

getComponentTypeName

String getComponentTypeName()

getComponentType

VariableType getComponentType()

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

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