|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecttgl.compiler.error.UnclosedCharError
public class UnclosedCharError
文字定数を閉じるクォートが存在しないときに発生するエラーを表すクラス。 このエラーは字句解析時に発生する。
コンストラクタの概要 | |
---|---|
UnclosedCharError()
|
メソッドの概要 | |
---|---|
void |
error(CompileErrorHandler handler)
エラーを報告するための処理をエラーハンドラに委譲する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public UnclosedCharError()
メソッドの詳細 |
---|
public void error(CompileErrorHandler handler)
handler
- コンパイルエラーを処理するエラーハンドラ
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |