パッケージ | 説明 |
---|---|
com.sun.mirror.declaration |
プログラム要素の宣言をモデル化するために使用されるインタフェース。
|
com.sun.mirror.util |
修飾子と型 | インタフェースと説明 |
---|---|
interface |
AnnotationTypeElementDeclaration
非推奨。
この API のコンポーネントはすべて、標準化された注釈処理 API にとって代わりました。このインタフェースの機能に代わるものは、
ExecutableElement に含まれます。 |
interface |
ConstructorDeclaration
非推奨。
この API のコンポーネントはすべて、標準化された注釈処理 API にとって代わりました。このインタフェースの機能に代わるものは、
ExecutableElement に含まれます。 |
interface |
MethodDeclaration
非推奨。
この API のコンポーネントはすべて、標準化された注釈処理 API にとって代わりました。このインタフェースの機能に代わるものは、
ExecutableElement に含まれます。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
DeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
非推奨。
メソッドまたはコンストラクタ宣言をビジットします。
|
void |
SimpleDeclarationVisitor.visitExecutableDeclaration(ExecutableDeclaration d)
非推奨。
メソッドまたはコンストラクタ宣言をビジットします。
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.