クラス
org.seasar.tuigwaa.cms.core.wiki.engine.Token の使用

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

org.seasar.tuigwaa.cms.core.wiki.engine での Token の使用
 

Token として宣言されている org.seasar.tuigwaa.cms.core.wiki.engine のフィールド
 Token WikiParser.token
           
 Token WikiParser.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.
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 

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

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



Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.