|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.oklab.compiler.nametable.content.Content
org.oklab.compiler.nametable.content.ContentUTF8
class ContentUTF8
UTF8の文字列を保持する.
| フィールドの概要 | |
|---|---|
private java.lang.String |
valueOfUTF8
|
| クラス org.oklab.compiler.nametable.content.Content から継承されたフィールド |
|---|
contentPoolIndex |
| コンストラクタの概要 | |
|---|---|
ContentUTF8(java.lang.String valueOfUTF8)
文字列の情報を生成する. |
|
| メソッドの概要 | |
|---|---|
(package private) void |
emitCode(java.io.DataOutputStream f)
クラスファイルへの出力. |
| クラス org.oklab.compiler.nametable.content.Content から継承されたメソッド |
|---|
getContentPoolIndex, setContentPoolIndex, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
private java.lang.String valueOfUTF8
| コンストラクタの詳細 |
|---|
ContentUTF8(java.lang.String valueOfUTF8)
valueOfUTF8 - utf-8の文字列.| メソッドの詳細 |
|---|
void emitCode(java.io.DataOutputStream f)
throws java.io.IOException
Content 内の emitCodef - 出力クラスファイル.
java.io.IOException - 出力に失敗した時に発生する.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||