|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IStructureDeclaration
Field Summary |
---|
Method Summary | |
---|---|
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, 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 isUnion() throws CModelException
CModelException
public boolean isClass() throws CModelException
CModelException
public boolean isStruct() throws CModelException
CModelException
public String getTypeName() 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 |