Uses of Class
net.sourceforge.pmd.lang.vf.ast.Token
-
Packages that use Token Package Description net.sourceforge.pmd.lang.vf.ast -
-
Uses of Token in net.sourceforge.pmd.lang.vf.ast
Fields in net.sourceforge.pmd.lang.vf.ast declared as Token Modifier and Type Field Description TokenParseException. currentTokenDeprecated.This is the last token that has been consumed successfully.TokenVfParser. jj_ntDeprecated.Next token.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.TokenVfParser. tokenDeprecated.Current token.Methods in net.sourceforge.pmd.lang.vf.ast that return Token Modifier and Type Method Description TokenVfParser. getNextToken()Deprecated.Get the next Token.TokenVfParserTokenManager. getNextToken()Deprecated.Get the next Token.TokenVfParser. getToken(int index)Deprecated.Get the specific Token.protected TokenVfParserTokenManager. jjFillToken()Deprecated.static TokenToken. newToken(int ofKind)Deprecated.static TokenToken. newToken(int ofKind, String image)Deprecated.Returns a new Token object, by default.Constructors in net.sourceforge.pmd.lang.vf.ast with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)Deprecated.This constructor is used by the method "generateParseException" in the generated parser.
-