|
Eclipse JDT 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A variable that contains the value of an instance or class variable.
Clients are not intended to implement this interface.
IVariable| Method Summary | |
IJavaType |
getDeclaringType()
Returns the type that declares this variable. |
boolean |
isTransient()
Returns whether this variable is declared as transient. |
boolean |
isVolatile()
Returns whether this variable is declared as volatile. |
| Methods inherited from interface org.eclipse.jdt.debug.core.IJavaVariable |
getJavaType, getSignature, isLocal |
| Methods inherited from interface org.eclipse.debug.core.model.IVariable |
getName, getReferenceTypeName, getValue, hasValueChanged |
| Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
getDebugTarget, getLaunch, getModelIdentifier |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Methods inherited from interface org.eclipse.debug.core.model.IValueModification |
setValue, setValue, supportsValueModification, verifyValue, verifyValue |
| Methods inherited from interface org.eclipse.jdt.debug.core.IJavaModifiers |
isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isSynthetic |
| Method Detail |
public boolean isTransient()
throws DebugException
DebugException - if this method fails. Reasons include:
public boolean isVolatile()
throws DebugException
DebugException - if this method fails. Reasons include:
public IJavaType getDeclaringType()
|
Eclipse JDT 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||