|
Eclipse JDT Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, 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 |
public IJavaArray newInstance(int size) throws DebugException
size
- the length of the new array
DebugException
- if this method fails. Reasons include:public IJavaType getComponentType() throws DebugException
DebugException
- if this method fails. Reasons include:
|
Eclipse JDT Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |