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
getComponentTypeName
String getComponentTypeName()
getComponentType
VariableType getComponentType()