Package | Description |
---|---|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.type |
Interfaces used to model types.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
Collection<InterfaceType> |
TypeDeclaration.getSuperinterfaces()
Deprecated.
Returns the interface types directly implemented by this class
or extended by this interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationType
Deprecated.
All components of this API have been superseded by the
standardized annotation processing API. The replacement for the
functionality of this interface is included in
DeclaredType . |
Modifier and Type | Method and Description |
---|---|
Collection<InterfaceType> |
DeclaredType.getSuperinterfaces()
Deprecated.
Returns the interface types that are direct supertypes of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeVisitor.visitInterfaceType(InterfaceType t)
Deprecated.
Visits an interface type.
|
void |
TypeVisitor.visitInterfaceType(InterfaceType t)
Deprecated.
Visits an interface type.
|
Copyright © 2004, 2017, Oracle and/or its affiliates. All rights reserved.