public interface ICPPASTTypeTransformationSpecifier extends ICPPASTDeclSpecifier
IASTNode.CopyStyle
Modifier and Type | Field and Description |
---|---|
static ASTNodeProperty |
OPERAND
OPERAND represents the relationship between an ICPPASTTypeTransformationSpecifier and
its nested IASTTypeId . |
sc_last
ALIGNMENT_SPECIFIER, sc_auto, sc_extern, sc_mutable, sc_register, sc_static, sc_typedef, sc_unspecified
ATTRIBUTE, ATTRIBUTE_SPECIFIER
EMPTY_NODE_ARRAY
Modifier and Type | Method and Description |
---|---|
ICPPASTTypeId |
getOperand()
Returns the type-id to which the type transformation operator is being applied.
|
ICPPUnaryTypeTransformation.Operator |
getOperator()
Returns the type transformation operator being applied.
|
copy, copy, isConstexpr, isExplicit, isFriend, isThreadLocal, isVirtual, setConstexpr, setExplicit, setFriend, setThreadLocal, setVirtual
getAlignmentSpecifiers, getStorageClass, isConst, isInline, isRestrict, isVolatile, setAlignmentSpecifiers, setConst, setInline, setRestrict, setStorageClass, setVolatile
addAttribute, addAttributeSpecifier, getAttributes, getAttributeSpecifiers
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
static final ASTNodeProperty OPERAND
OPERAND
represents the relationship between an ICPPASTTypeTransformationSpecifier
and
its nested IASTTypeId
.ICPPUnaryTypeTransformation.Operator getOperator()
ICPPASTTypeId getOperand()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.