クラス
org.aminds.lucene.queryParser.span.parser.Token の使用

Token を使用しているパッケージ
org.aminds.lucene.queryParser.span.parser   
 

org.aminds.lucene.queryParser.span.parser での Token の使用
 

Token として宣言されている org.aminds.lucene.queryParser.span.parser のフィールド
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token RegexpSpanSyntaxParser.jj_nt
          Next token.
 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.
 Token RegexpSpanSyntaxParser.token
          Current token.
 

Token を返す org.aminds.lucene.queryParser.span.parser のメソッド
 Token RegexpSpanSyntaxParserTokenManager.getNextToken()
          Get the next Token.
 Token RegexpSpanSyntaxParser.getNextToken()
          Get the next Token.
 Token RegexpSpanSyntaxParser.getToken(int index)
          Get the specific Token.
protected  Token RegexpSpanSyntaxParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
           
static Token Token.newToken(int ofKind, String image)
          Returns a new Token object, by default.
 

Token 型のパラメータを持つ org.aminds.lucene.queryParser.span.parser のコンストラクタ
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 



Copyright (c) 2008-2011 Masashi Nakanishi.