|
Eclipse JDT 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface an object implements 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 interface type. |
IJavaFieldVariable |
getField(String name)
Returns a variable representing the static field in this interface with the given name, or null if there is no
field with the given name, or the name is ambiguous. |
| Methods inherited from interface org.eclipse.jdt.debug.core.IJavaType |
getName, getSignature |
| Method Detail |
public IJavaFieldVariable getField(String name)
throws DebugException
null if there is no
field with the given name, or the name is ambiguous.
name - field name
null
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||