|
Kagetaka | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectnet.hizlab.kagetaka.token.TokenManager
トークンの作成を行うクラスです。
| メソッドの概要 | |
static boolean |
canUseForm()
フォームをサポートしているかどうかを返します。 |
static boolean |
canUseFrame()
フレームをサポートしているかどうかを返します。 |
static boolean |
canUseRuby()
ルビをサポートしているかどうかを返します。 |
static boolean |
canUseStyle()
スタイルをサポートしているかどうかを返します。 |
static boolean |
canUseTable()
テーブルをサポートしているかどうかを返します。 |
static EndToken |
createEndToken(Content content,
int line,
int column,
Reporter reporter,
int type,
boolean complete)
任意のトークンの終了を作成します。 |
static StartToken |
createStartToken(Content content,
int line,
int column,
Reporter reporter,
int type,
boolean complete)
任意のトークンの開始を作成します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
public static boolean canUseForm()
true、
サポートしていない場合は falsepublic static boolean canUseFrame()
true、
サポートしていない場合は falsepublic static boolean canUseRuby()
true、
サポートしていない場合は falsepublic static boolean canUseStyle()
true、
サポートしていない場合は falsepublic static boolean canUseTable()
true、
サポートしていない場合は false
public static EndToken createEndToken(Content content,
int line,
int column,
Reporter reporter,
int type,
boolean complete)
content - コンテンツline - 行番号 (1 から)、
特定できない場合は 0column - カラム位置 (1 から)、
特定できない場合は 0reporter - エラーレポータtype - トークンの終了を表すタイプcomplete - 補完して作られた場合は true、
それ以外の場合は false
public static StartToken createStartToken(Content content,
int line,
int column,
Reporter reporter,
int type,
boolean complete)
content - コンテンツline - 行番号 (1 から)、
特定できない場合は 0column - カラム位置 (1 から)、
特定できない場合は 0reporter - エラーレポータtype - トークンの開始を表すタイプcomplete - 補完して作られた場合は true、
それ以外の場合は false
|
Kagetaka | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright (c) 2002-2004 The Kagetaka Project 'November 20, 2004'