|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTAmbiguousTemplateArgument
Place-holder in the AST for template arguments that are not yet understood.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
IASTNode.CopyStyle |
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Method Summary | |
|---|---|
void |
addIdExpression(IASTExpression idExpression)
Add an partial parse tree that could be a suitable subtree representing the template argument |
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 |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, copy, copy, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Method Detail |
|---|
void addIdExpression(IASTExpression idExpression)
idExpression - a non-null id-expression or a pack expansion of an id-expressionvoid addTypeId(IASTTypeId typeId)
typeId - a non-null type-id@Deprecated void addIdExpression(IASTIdExpression idExpression)
addIdExpression(IASTExpression).
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||