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_lastsc_auto, sc_extern, sc_mutable, sc_register, sc_static, sc_typedef, sc_unspecifiedATTRIBUTE, ATTRIBUTE_SPECIFIEREMPTY_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, setVirtualgetStorageClass, isConst, isInline, isRestrict, isVolatile, setConst, setInline, setRestrict, setStorageClass, setVolatileaddAttribute, addAttributeSpecifier, getAttributes, getAttributeSpecifiersaccept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParentstatic 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.