public interface ICPPASTPackExpansionExpression extends ICPPASTExpression
IASTExpression.ValueCategoryIASTNode.CopyStyle| Modifier and Type | Field and Description |
|---|---|
static ASTNodeProperty |
PATTERN
Represents the relationship between a pack-expansion and its pattern.
|
EMPTY_EXPRESSION_ARRAYEMPTY_NODE_ARRAY| 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, isLValuegetEvaluationaccept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParentstatic final ASTNodeProperty PATTERN
IASTExpression getPattern()
void setPattern(IASTExpression left)
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.