Eclipse CDT
7.0

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

Packages that use ICPPASTTypeId
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPASTTypeId in org.eclipse.cdt.core.dom.ast.cpp
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPASTTypeId
 ICPPASTTypeId ICPPASTTypeId.copy()
           
 ICPPASTTypeId ICPPASTTypeId.copy(IASTNode.CopyStyle style)
           
 ICPPASTTypeId ICPPASTAliasDeclaration.getMappingTypeId()
          Returns the mapping type id.
 ICPPASTTypeId ICPPNodeFactory.newTypeId(IASTDeclSpecifier declSpecifier, IASTDeclarator declarator)
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPASTTypeId
 ICPPASTAliasDeclaration ICPPNodeFactory.newAliasDeclaration(IASTName aliasName, ICPPASTTypeId aliasedType)
           
 void ICPPASTAliasDeclaration.setMappingTypeId(ICPPASTTypeId mappingTypeId)
          Sets the mapping type id.
 


Eclipse CDT
7.0

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