Uses of Class
net.sourceforge.pmd.lang.ecmascript5.ast.Token
-
Packages that use Token Package Description 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 Modifier and Type Field Description TokenToken. nextDeprecated.A reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenDeprecated.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 Modifier and Type Method Description TokenEcmascript5ParserTokenManager. getNextToken()Deprecated.Get the next Token.protected TokenEcmascript5ParserTokenManager. jjFillToken()Deprecated.static TokenToken. newToken(int ofKind)Deprecated.static TokenToken. newToken(int ofKind, String image)Deprecated.Returns a new Token object, by default.
-