|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 | |
IJavaClassObject |
getClassObject()
Returns the class object associated with this array type. |
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.IJavaType |
getName, getSignature |
Method Detail |
public IJavaArray newInstance(int size) throws DebugException
size
- the length of the new arrayDebugException
- if this method fails. Reasons include:public IJavaType getComponentType() throws DebugException
DebugException
- if this method fails. Reasons include:public IJavaClassObject getClassObject() throws DebugException
DebugException
- if this method fails. Reasons include:
|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |