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
Represents an annotation type.
|
interface |
ClassType
Represents a class type.
|
interface |
EnumType
Represents an enum type.
|
interface |
InterfaceType
Represents an interface type.
|
Modifier and Type | Method and Description |
---|---|
DeclaredType |
DeclaredType.getContainingType()
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)
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)
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)
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)
Visits a declared type.
|
void |
TypeVisitor.visitDeclaredType(DeclaredType t)
Visits a declared type.
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.