|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStructureDeclaration
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.lang.String |
getTypeName()
Deprecated. use isUnion(), isClass(), isStruct() |
boolean |
isClass()
Checks if the structure is a class |
boolean |
isStruct()
Checks if the structure is a struct |
boolean |
isUnion()
Checks if the structure is a Union |
| Methods inherited from interface org.eclipse.cdt.core.model.IDeclaration |
|---|
isConst, isStatic, isVolatile |
| 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 isUnion()
throws CModelException
CModelException
boolean isClass()
throws CModelException
CModelException
boolean isStruct()
throws CModelException
CModelException
@Deprecated
java.lang.String getTypeName()
throws CModelException
CModelException
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||