Uses of Class
net.sourceforge.pmd.lang.plsql.ast.Token
-
Packages that use Token Package Description net.sourceforge.pmd.lang.plsql.ast -
-
Uses of Token in net.sourceforge.pmd.lang.plsql.ast
Fields in net.sourceforge.pmd.lang.plsql.ast declared as Token Modifier and Type Field Description Token
ParseException. currentToken
Deprecated.This is the last token that has been consumed successfully.Token
PLSQLParser. 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
PLSQLParser. token
Deprecated.Current token.Methods in net.sourceforge.pmd.lang.plsql.ast that return Token Modifier and Type Method Description Token
PLSQLParser. getNextToken()
Deprecated.Get the next Token.Token
PLSQLParserTokenManager. getNextToken()
Deprecated.Get the next Token.Token
PLSQLParser. getToken(int index)
Deprecated.Get the specific Token.protected Token
PLSQLParserTokenManager. 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.plsql.ast with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
Deprecated.This constructor is used by the method "generateParseException" in the generated parser.
-