|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeclaration
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, getHandleIdentifier, getLocationURI, 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 |
|---|
getIndex, getSource, getSourceRange, getTranslationUnit, isActive |
| Method Detail |
|---|
boolean isStatic()
throws CModelException
CModelException
boolean isConst()
throws CModelException
CModelException
boolean isVolatile()
throws CModelException
CModelException
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||