|
Mirror API | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ExecutableDeclaration を使用しているパッケージ | |
|---|---|
| com.sun.mirror.declaration | プログラム要素の宣言をモデル化するために使用されるインタフェース。 |
| com.sun.mirror.util | 宣言と 型の処理を支援するユーティリティです。 |
| com.sun.mirror.declaration での ExecutableDeclaration の使用 |
|---|
| com.sun.mirror.declaration での ExecutableDeclaration のサブインタフェース | |
|---|---|
interface |
AnnotationTypeElementDeclaration
注釈型の要素を表します。 |
interface |
ConstructorDeclaration
クラスまたはインタフェースのコンストラクタを表します。 |
interface |
MethodDeclaration
クラスまたはインタフェースのメソッドを表します。 |
| com.sun.mirror.util での ExecutableDeclaration の使用 |
|---|
| ExecutableDeclaration 型のパラメータを持つ com.sun.mirror.util のメソッド | |
|---|---|
void |
SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
メソッドまたはコンストラクタ宣言をビジットします。 |
void |
DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
メソッドまたはコンストラクタ宣言をビジットします。 |
|
Mirror API | |||||||||
| 前 次 | フレームあり フレームなし | |||||||||