Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
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[] |
ICPPASTNaryTypeIdExpression.getOperands()
Returns the operands of the expression.
|
ICPPASTTypeId |
ICPPNodeFactory.newTypeId(IASTDeclSpecifier declSpecifier,
IASTDeclarator declarator) |
Modifier and Type | Method and Description |
---|---|
ICPPASTAliasDeclaration |
ICPPNodeFactory.newAliasDeclaration(IASTName aliasName,
ICPPASTTypeId aliasedType) |
ICPPASTNaryTypeIdExpression |
ICPPNodeFactory.newNaryTypeIdExpression(ICPPASTNaryTypeIdExpression.Operator operator,
ICPPASTTypeId[] operands) |
ICPPASTTypeTransformationSpecifier |
ICPPNodeFactory.newTypeTransformationSpecifier(ICPPUnaryTypeTransformation.Operator kind,
ICPPASTTypeId typeId) |
void |
ICPPASTAliasDeclaration.setMappingTypeId(ICPPASTTypeId mappingTypeId)
Sets the mapping type id.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.