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 |
---|---|
ClassType |
ClassDeclaration.getSuperclass()
Deprecated.
Returns the class type directly extended by this class.
|
Modifier and Type | Interface and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
ClassType |
ClassType.getSuperclass()
Deprecated.
Returns the class type that is a direct supertype of this one.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeVisitor.visitClassType(ClassType t)
Deprecated.
Visits a class type.
|
void |
TypeVisitor.visitClassType(ClassType t)
Deprecated.
Visits a class type.
|
Copyright © 2004, 2011, Oracle and/or its affiliates. All rights reserved.