Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTTypeId

All Superinterfaces:
IASTNode, IASTTypeId, ICPPASTPackExpandable

public interface ICPPASTTypeId
extends IASTTypeId, ICPPASTPackExpandable

Type ids in C++.

Since:
5.2

Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTTypeId
ABSTRACT_DECLARATOR, DECL_SPECIFIER, EMPTY_TYPEID_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTTypeId
copy, getAbstractDeclarator, getDeclSpecifier, setAbstractDeclarator, setDeclSpecifier
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTPackExpandable
isPackExpansion, setIsPackExpansion
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2010. All Rights Reserved.