Uses of Class
net.sourceforge.pmd.lang.python.ast.Token

Packages that use Token
net.sourceforge.pmd.lang.python.ast   
 

Uses of Token in net.sourceforge.pmd.lang.python.ast
 

Fields in net.sourceforge.pmd.lang.python.ast declared as Token
 Token Token.next
          A reference to the next regular (non-special) token from the input stream.
 Token Token.specialToken
          This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
 

Methods in net.sourceforge.pmd.lang.python.ast that return Token
 Token PythonParserTokenManager.getNextToken()
          Get the next Token.
protected  Token PythonParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
           
static Token Token.newToken(int ofKind, String image)
          Returns a new Token object, by default.
 



Copyright © 2002-2016 InfoEther. All Rights Reserved.