jp.hishidama.html.lexer.token
クラス ScriptToken

java.lang.Object
  上位を拡張 jp.hishidama.html.lexer.token.Token
      上位を拡張 jp.hishidama.html.lexer.token.ListToken
          上位を拡張 jp.hishidama.html.lexer.token.TextToken
              上位を拡張 jp.hishidama.html.lexer.token.ScriptToken
すべての実装されたインタフェース:
Cloneable, Iterable<Token>

public class ScriptToken
extends TextToken

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

スクリプト用テキスト(<script></script>で囲まれたテキスト)を意味するトークン。

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

コンストラクタの概要
ScriptToken()
          コンストラクター.
 
メソッドの概要
 ScriptToken clone()
           
 
クラス jp.hishidama.html.lexer.token.TextToken から継承されたメソッド
add, setText
 
クラス jp.hishidama.html.lexer.token.ListToken から継承されたメソッド
add, add, calcLine, cut, cut, cutWithPreSkip, get, getLast, getTextLength, iterator, remove, set, size, writeTo, writeTo
 
クラス jp.hishidama.html.lexer.token.Token から継承されたメソッド
getLine, getText
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ScriptToken

public ScriptToken()
コンストラクター.

メソッドの詳細

clone

public ScriptToken clone()
                  throws CloneNotSupportedException
オーバーライド:
クラス TextToken 内の clone
例外:
CloneNotSupportedException
導入されたバージョン:
2009.02.07