|
Eclipse JDT Release 3.1 |
|||||||||||
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.
Clients are not intended to implement this interface.
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 |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaType |
---|
getName, getSignature |
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.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |