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

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

public class NameRule
extends HtLexerRule

HtHtmlLexerルール(名前).

名前の解釈を行う。

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

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

メソッドの詳細

parse

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

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