パッケージ | 説明 |
---|---|
com.sun.mirror.declaration |
プログラム要素の宣言をモデル化するために使用されるインタフェース。
|
com.sun.mirror.type |
型をモデル化するために使用されるインタフェース。
|
com.sun.mirror.util |
修飾子と型 | メソッドと説明 |
---|---|
Collection<InterfaceType> |
TypeDeclaration.getSuperinterfaces()
非推奨。
このクラスにより直接実装されたインタフェース型、またはこのインタフェースにより直接展開されたインタフェース型を返します。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
AnnotationType
非推奨。
この API のコンポーネントはすべて、標準化された注釈処理 API にとって代わりました。このインタフェースの機能に代わるものは、
DeclaredType に含まれます。 |
修飾子と型 | メソッドと説明 |
---|---|
Collection<InterfaceType> |
DeclaredType.getSuperinterfaces()
非推奨。
この型の直接のスーパータイプであるインタフェース型を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
TypeVisitor.visitInterfaceType(InterfaceType t)
非推奨。
インタフェース型をビジットします。
|
void |
SimpleTypeVisitor.visitInterfaceType(InterfaceType t)
非推奨。
インタフェース型をビジットします。
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.