|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASTToken | |
---|---|
org.eclipse.cdt.core.dom.ast |
Uses of IASTToken in org.eclipse.cdt.core.dom.ast |
---|
Subinterfaces of IASTToken in org.eclipse.cdt.core.dom.ast | |
---|---|
interface |
IASTTokenList
Represents a sequence of code tokens. |
Fields in org.eclipse.cdt.core.dom.ast declared as IASTToken | |
---|---|
static IASTToken[] |
IASTToken.EMPTY_TOKEN_ARRAY
|
Methods in org.eclipse.cdt.core.dom.ast that return IASTToken | |
---|---|
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)
|
Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTToken | |
---|---|
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)
|
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |