public interface ICPPASTPackExpansionExpression extends ICPPASTExpression
IASTExpression.ValueCategory
IASTNode.CopyStyle
Modifier and Type | Field and Description |
---|---|
static ASTNodeProperty |
PATTERN
Represents the relationship between a pack-expansion and its pattern.
|
EMPTY_EXPRESSION_ARRAY
EMPTY_NODE_ARRAY
IMPLICIT_DESTRUCTOR_NAME
Modifier and Type | Method and Description |
---|---|
IASTExpression |
getPattern()
Returns the pattern of the pack expansion.
|
void |
setPattern(IASTExpression left)
Sets the pattern of the pack expansion expression.
|
copy, copy, getExpressionType, getValueCategory, isLValue
getEvaluation
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
getImplicitDestructorNames
static final ASTNodeProperty PATTERN
IASTExpression getPattern()
void setPattern(IASTExpression left)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.