public interface JPDAArrayType extends JPDAClassType
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.
JPDAClassType
Modifier and Type | Method and Description |
---|---|
VariableType |
getComponentType() |
String |
getComponentTypeName() |
classObject, getAllInterfaces, getClassLoader, getDirectInterfaces, getInstanceCount, getInstances, getSourceName, getSubClasses, getSuperClass, invokeMethod, isInstanceOf, staticFields
getName
String getComponentTypeName()
VariableType getComponentType()