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

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

public class ScriptRule
extends HtLexerRule

HtHtmlLexerルール(スクリプトテキスト).

スクリプト用テキスト(<script></script>で囲まれたテキスト)の解釈を行う。

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

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

メソッドの詳細

parse

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

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