| Package | Description |
|---|---|
| org.eclipse.cdt.core.dom.ast | |
| org.eclipse.cdt.core.dom.ast.cpp |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IASTTokenList
Represents a sequence of code tokens.
|
| Modifier and Type | Field and Description |
|---|---|
static IASTToken[] |
IASTToken.EMPTY_TOKEN_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
IASTToken |
IASTToken.copy() |
IASTToken |
IASTToken.copy(IASTNode.CopyStyle style) |
IASTToken |
IASTAttribute.getArgumentClause()
Returns arguments of this attribute, or
null if the attribute doesn't have arguments. |
IASTToken[] |
IASTTokenList.getTokens()
Returns nested tokens.
|
IASTToken |
INodeFactory.newToken(int tokenType,
char[] tokenImage) |
| Modifier and Type | Method and Description |
|---|---|
void |
IASTTokenList.addToken(IASTToken token)
Adds a nested token.
|
int |
ASTVisitor.leave(IASTToken token) |
IASTAttribute |
INodeFactory.newAttribute(char[] name,
IASTToken argumentClause) |
void |
IASTAttribute.setArgumentClause(IASTToken argumentClause)
Sets the argument clause.
|
int |
ASTVisitor.visit(IASTToken token) |
| Modifier and Type | Method and Description |
|---|---|
ICPPASTAttribute |
ICPPNodeFactory.newAttribute(char[] name,
char[] scope,
IASTToken argumentClause,
boolean packExpansion) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.