public interface IJavaArrayType extends IJavaReferenceType
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, getInstanceCount, getInstances, 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) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.