|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.html.lexer.reader.Char
public class Char
HtHtmlLexerの一文字を保持するクラス.
| フィールドの概要 | |
|---|---|
static Char |
EOF
読み込み終了. |
| メソッドの概要 | |
|---|---|
static Char |
createChar(CharType type,
char c)
インスタンス生成. |
static Char |
createChar(CharType type,
StringBuilder sb)
インスタンス作成. |
StringBuilder |
getSB()
内容取得. |
String |
getString()
内容取得. |
CharType |
getType()
文字タイプ取得. |
String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final Char EOF
| メソッドの詳細 |
|---|
public static Char createChar(CharType type,
StringBuilder sb)
type - 文字タイプsb - 内容
public static Char createChar(CharType type,
char c)
type - 文字タイプc - 内容
public CharType getType()
public String getString()
public StringBuilder getSB()
public String toString()
Object 内の toString
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||