Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTToken

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

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.