Uses of Class
net.sourceforge.pmd.lang.matlab.ast.Token
-
Packages that use Token Package Description net.sourceforge.pmd.lang.matlab.ast -
-
Uses of Token in net.sourceforge.pmd.lang.matlab.ast
Fields in net.sourceforge.pmd.lang.matlab.ast declared as Token Modifier and Type Field Description 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.Methods in net.sourceforge.pmd.lang.matlab.ast that return Token Modifier and Type Method Description TokenMatlabParserTokenManager. getNextToken()Get the next Token.protected TokenMatlabParserTokenManager. jjFillToken()static TokenToken. newToken(int ofKind)static TokenToken. newToken(int ofKind, java.lang.String image)Returns a new Token object, by default.
-