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

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

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

Fields in net.sourceforge.pmd.lang.ecmascript5.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.ecmascript5.ast that return Token
 Token Ecmascript5ParserTokenManager.getNextToken()
          Get the next Token.
protected  Token Ecmascript5ParserTokenManager.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.