|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.oklab.compiler.nametable.content.Content
org.oklab.compiler.nametable.content.ContentFieldRef
org.oklab.compiler.nametable.content.ContentMethodRef
class ContentMethodRef
メソッドの参照情報を保持する. ContentFieldRefとの違いはバイトコードに出力するIDのみのため、ContentFieldRef クラスを継承して実装している.
| フィールドの概要 |
|---|
| クラス org.oklab.compiler.nametable.content.ContentFieldRef から継承されたフィールド |
|---|
CONTENT_ID |
| クラス org.oklab.compiler.nametable.content.Content から継承されたフィールド |
|---|
contentPoolIndex |
| コンストラクタの概要 | |
|---|---|
ContentMethodRef(int classIndex,
int nameAndTypeIndex)
メソッドの参照情報を生成する. |
|
| メソッドの概要 |
|---|
| クラス org.oklab.compiler.nametable.content.ContentFieldRef から継承されたメソッド |
|---|
emitCode |
| クラス org.oklab.compiler.nametable.content.Content から継承されたメソッド |
|---|
getContentPoolIndex, setContentPoolIndex, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
ContentMethodRef(int classIndex,
int nameAndTypeIndex)
classIndex - メソッドのクラス名を格納したインデックス.nameAndTypeIndex - メソッドの名前と型を格納したインデックス.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||