public interface IJavaArrayType extends IJavaReferenceType
Clients are not intended to implement this interface.
IJavaValue
Modifier and Type | Method and Description |
---|---|
IJavaType |
getComponentType()
Returns the type of the elements in this array.
|
IJavaArray |
newInstance(int size)
Returns a new instance of an array of this type,
with the specified length.
|
getAllFieldNames, getAvailableStrata, getClassLoaderObject, getClassObject, getDeclaredFieldNames, getDefaultStratum, getField, getGenericSignature, getSourceName, getSourceNames, getSourcePaths
getName, getSignature
getDebugTarget, getLaunch, getModelIdentifier
getAdapter
IJavaArray newInstance(int size) throws DebugException
size
- the length of the new arrayDebugException
- if this method fails. Reasons include:IJavaType getComponentType() throws DebugException
DebugException
- if this method fails. Reasons include:Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.