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 ICPPASTTypeTransformationSpecifier.getOperand()
          Returns the type-id to which the type transformation operator is being applied.
 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)
           
 ICPPASTTypeTransformationSpecifier ICPPNodeFactory.newTypeTransformationSpecifier(ICPPUnaryTypeTransformation.Operator kind, ICPPASTTypeId typeId)
           
 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.