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 classToken.GTTokenFields in net.sourceforge.pmd.lang.java.ast declared as Token Modifier and Type Field Description TokenParseException. currentTokenThis is the last token that has been consumed successfully.TokenJavaParser. jj_ntNext token.TokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.TokenJavaParser. tokenCurrent token.Methods in net.sourceforge.pmd.lang.java.ast that return Token Modifier and Type Method Description TokenJavaParser. getNextToken()Get the next Token.TokenJavaParserTokenManager. getNextToken()Get the next Token.TokenJavaParser. getToken(int index)Get the specific Token.protected TokenJavaParserTokenManager. jjFillToken()static TokenToken. newToken(int ofKind)static TokenToken. newToken(int ofKind, java.lang.String image)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, java.lang.String[] tokenImageVal)This constructor is used by the method "generateParseException" in the generated parser.SingleLineComment(Token t)
-