|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaModifiers
Modifiers common to Java debug elements that have associated Java member declarations. For example, the method associated with a stack frame, or the field associated with a variable.
Method Summary | |
---|---|
boolean |
isFinal()
Returns whether the associated Java construct is declared as final. |
boolean |
isPackagePrivate()
Returns whether the associated Java construct is declared with no protection modifier (package private protection). |
boolean |
isPrivate()
Returns whether the associated Java construct is declared as private. |
boolean |
isProtected()
Returns whether the associated Java construct is declared as protected. |
boolean |
isPublic()
Returns whether the associated Java construct is declared as public. |
boolean |
isStatic()
Returns whether the associated Java construct is declared as static. |
boolean |
isSynthetic()
Returns whether the associated Java construct is synthetic. |
Method Detail |
---|
boolean isPublic() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean isPrivate() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean isProtected() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean isPackagePrivate() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean isFinal() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean isStatic() throws DebugException
DebugException
- if this method fails. Reasons include:
boolean isSynthetic() throws DebugException
DebugException
- if this method fails. Reasons include:
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.