Uses of Class
net.sourceforge.pmd.lang.java.ast.Token
-
Packages that use Token Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of Token in net.sourceforge.pmd.lang.java.ast
Subclasses of Token in net.sourceforge.pmd.lang.java.ast Modifier and Type Class Description static class
Token.GTToken
Deprecated.Fields in net.sourceforge.pmd.lang.java.ast declared as Token Modifier and Type Field Description Token
ParseException. currentToken
Deprecated.This is the last token that has been consumed successfully.Token
JavaParser. jj_nt
Deprecated.Next token.Token
Token. next
Deprecated.A reference to the next regular (non-special) token from the input stream.Token
Token. specialToken
Deprecated.This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.Token
JavaParser. token
Deprecated.Current token.Methods in net.sourceforge.pmd.lang.java.ast that return Token Modifier and Type Method Description Token
JavaParser. getNextToken()
Deprecated.Get the next Token.Token
JavaParserTokenManager. getNextToken()
Deprecated.Get the next Token.Token
JavaParser. getToken(int index)
Deprecated.Get the specific Token.protected Token
JavaParserTokenManager. jjFillToken()
Deprecated.static Token
Token. newToken(int ofKind)
Deprecated.static Token
Token. newToken(int ofKind, String image)
Deprecated.Returns a new Token object, by default.Constructors in net.sourceforge.pmd.lang.java.ast with parameters of type Token Constructor Description Comment(Token t)
FormalComment(Token t)
MultiLineComment(Token t)
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
Deprecated.This constructor is used by the method "generateParseException" in the generated parser.SingleLineComment(Token t)
-