Uses of Class
de.jplag.cpp.Token
Packages that use Token
-
Uses of Token in de.jplag.cpp
Fields in de.jplag.cpp declared as TokenModifier and TypeFieldDescriptionParseException.currentTokenThis is the last token that has been consumed successfully.CPPScanner.jj_ntNext token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.CPPScanner.tokenCurrent token.Methods in de.jplag.cpp that return TokenModifier and TypeMethodDescriptionfinal TokenCPPScanner.getNextToken()CPPScannerTokenManager.getNextToken()Get the next Token.final TokenCPPScanner.getToken(int index) protected TokenCPPScannerTokenManager.jjFillToken()static TokenToken.newToken(int ofKind) static TokenReturns a new Token object, by default.Methods in de.jplag.cpp with parameters of type TokenConstructors in de.jplag.cpp with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException" in the generated parser. -
Uses of Token in de.jplag.cpp.experimental
Methods in de.jplag.cpp.experimental with parameters of type TokenModifier and TypeMethodDescriptionbooleanGCCSourceAnalysis.isTokenIgnored(Token token, File file) booleanSourceAnalysis.isTokenIgnored(Token token, File file) Tells the caller if a token is located in a line containing an unused variable.