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

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.SkipToken
すべての実装されたインタフェース:
Cloneable, Iterable<Token>

public final class SkipToken
extends TextToken

HtHtmlLexerトークン(区切り文字).

区切り文字(空白改行)だけを保持するトークン。

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

コンストラクタの概要
SkipToken()
          コンストラクター.
 
メソッドの概要
 SkipToken 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
 

コンストラクタの詳細

SkipToken

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

メソッドの詳細

clone

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