|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
IDeclaration is a base interface for any C Model element that could be considered a declaration.
| Field Summary |
|---|
| Method Summary | |
|---|---|
boolean |
isConst()
Checks if the declaration is constant. |
boolean |
isStatic()
Checks if the declaration is static Returns true if the declaration is static, false otherwise. |
boolean |
isVolatile()
Checks if the declaration is volatile. |
| Methods inherited from interface org.eclipse.cdt.core.model.ICElement |
|---|
accept, exists, getAncestor, getCModel, getCProject, getElementName, getElementType, getParent, getPath, getResource, getUnderlyingResource, isReadOnly, isStructureKnown |
| Methods inherited from interface org.eclipse.cdt.core.model.ISourceManipulation |
|---|
copy, delete, move, rename |
| Methods inherited from interface org.eclipse.cdt.core.model.ISourceReference |
|---|
getSource, getSourceRange, getTranslationUnit |
| Method Detail |
public boolean isStatic()
throws CModelException
CModelException
public boolean isConst()
throws CModelException
CModelException
public boolean isVolatile()
throws CModelException
CModelException
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||