IASTNode.CopyStyle
EMPTY_NODE_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
addExpression(IASTExpression expression)
Add an partial parse tree that could be a suitable subtree representing
the template argument
|
void |
addIdExpression(IASTExpression idExpression)
Deprecated.
Replaced by
addExpression(IASTExpression) . |
void |
addIdExpression(IASTIdExpression idExpression)
Deprecated.
Replaced by
addIdExpression(IASTExpression) . |
void |
addTypeId(IASTTypeId typeId)
Add an partial parse tree that could be a suitable subtree representing
the template argument
|
accept, contains, copy, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
void addExpression(IASTExpression expression)
expression
- a non-null expressionvoid addTypeId(IASTTypeId typeId)
typeId
- a non-null type-id@Deprecated void addIdExpression(IASTExpression idExpression)
addExpression(IASTExpression)
.@Deprecated void addIdExpression(IASTIdExpression idExpression)
addIdExpression(IASTExpression)
.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.