クラス
org.seasar.cms.wiki.parser.Token の使用

Token を使用しているパッケージ
org.seasar.cms.wiki.parser   
 

org.seasar.cms.wiki.parser での Token の使用
 

Token として宣言されている org.seasar.cms.wiki.parser のフィールド
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token WikiParser.jj_nt
           
 Token WikiParser.jj_nt
           
 Token Token.next
          A reference to the next regular (non-special) token from the input stream.
 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 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 WikiParser.token
           
 Token WikiParser.token
           
 

Token を返す org.seasar.cms.wiki.parser のメソッド
 Token WikiParser.getNextToken()
           
 Token WikiParserTokenManager.getNextToken()
           
 Token WikiParserTokenManager.getNextToken()
           
 Token WikiParser.getNextToken()
           
 Token WikiParser.getToken(int index)
           
 Token WikiParser.getToken(int index)
           
protected  Token WikiParserTokenManager.jjFillToken()
           
protected  Token WikiParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

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



Copyright ? 2007. All Rights Reserved.