jp.hishidama.html.lexer.rule
クラス TextRule

java.lang.Object
  上位を拡張 jp.hishidama.html.lexer.rule.HtLexerRule
      上位を拡張 jp.hishidama.html.lexer.rule.TextRule

public class TextRule
extends HtLexerRule

HtHtmlLexerルール(テキスト).

テキストの解釈を行う。

導入されたバージョン:
2009.01.01
バージョン:
2009.02.21
作成者:
ひしだま

メソッドの概要
 TextToken parse()
          ルールに従った解釈を行う。
 
クラス jp.hishidama.html.lexer.rule.HtLexerRule から継承されたメソッド
skipSpace
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

parse

public TextToken parse()
                throws IOException
クラス HtLexerRule の記述:
ルールに従った解釈を行う。

定義:
クラス HtLexerRule 内の parse
戻り値:
トークン
例外:
IOException