Package | Description |
---|---|
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 | 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 . |
interface |
ClassType
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 . |
interface |
EnumType
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 . |
interface |
InterfaceType
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 |
---|---|
DeclaredType |
DeclaredType.getContainingType()
Deprecated.
Returns the type that contains this type as a member.
|
Modifier and Type | Method and Description |
---|---|
DeclaredType |
Types.getDeclaredType(DeclaredType containing,
TypeDeclaration decl,
TypeMirror... typeArgs)
Deprecated.
Returns the type corresponding to a type declaration
and actual arguments, given a
containing type
of which it is a member.
|
DeclaredType |
Types.getDeclaredType(TypeDeclaration decl,
TypeMirror... typeArgs)
Deprecated.
Returns the type corresponding to a type declaration and
actual type arguments.
|
Modifier and Type | Method and Description |
---|---|
DeclaredType |
Types.getDeclaredType(DeclaredType containing,
TypeDeclaration decl,
TypeMirror... typeArgs)
Deprecated.
Returns the type corresponding to a type declaration
and actual arguments, given a
containing type
of which it is a member.
|
void |
SimpleTypeVisitor.visitDeclaredType(DeclaredType t)
Deprecated.
Visits a declared type.
|
void |
TypeVisitor.visitDeclaredType(DeclaredType t)
Deprecated.
Visits a declared type.
|
Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.