Uses of Class
net.sourceforge.pmd.lang.cpp.ast.Token
-
Packages that use Token Package Description net.sourceforge.pmd.lang.cpp.ast -
-
Uses of Token in net.sourceforge.pmd.lang.cpp.ast
Fields in net.sourceforge.pmd.lang.cpp.ast declared as Token Modifier and Type Field Description 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.Methods in net.sourceforge.pmd.lang.cpp.ast that return Token Modifier and Type Method Description Token
CppParserTokenManager. getNextToken()
Deprecated.Get the next Token.protected Token
CppParserTokenManager. 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.
-