Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.qparse.Token

Packages that use Token
ORG.oclc.qparse   
 

Uses of Token in ORG.oclc.qparse
 

Fields in ORG.oclc.qparse declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token Z3958Parser.token
           
 Token Z3958Parser.jj_nt
           
 Token Token.next
          A reference to the next regular (non-special) token from the input stream.
 Token Token.specialToken
          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 ORG.oclc.qparse that return Token
 Token Z3958ParserTokenManager.getNextToken()
           
 Token Z3958Parser.getNextToken()
           
 Token Z3958Parser.getToken(int index)
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Constructors in ORG.oclc.qparse with parameters of type Token
ParseException.ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 


Open SiteSearch 4.1.1
Final