|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaArrayType
The type of an array on a Java debug target.
IJavaValue
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaReferenceType |
---|
getAllFieldNames, getAvailableStrata, getClassLoaderObject, getClassObject, getDeclaredFieldNames, getDefaultStratum, getField, getGenericSignature, getInstanceCount, getInstances, getSourceName, getSourceNames, getSourcePaths |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaType |
---|
getName, getSignature |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
IJavaArray newInstance(int size) throws DebugException
size
- the length of the new array
DebugException
- if this method fails. Reasons include:
IJavaType getComponentType() throws DebugException
DebugException
- if this method fails. Reasons include:
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.