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<TypeParameterDeclaration> |
ExecutableDeclaration.getFormalTypeParameters()
Deprecated.
Returns the formal type parameters of this method or constructor.
|
Collection<TypeParameterDeclaration> |
TypeDeclaration.getFormalTypeParameters()
Deprecated.
Returns the formal type parameters of this class or interface.
|
Modifier and Type | Method and Description |
---|---|
TypeParameterDeclaration |
TypeVariable.getDeclaration()
Deprecated.
Returns the type parameter that declared this type variable.
|
Modifier and Type | Method and Description |
---|---|
TypeVariable |
Types.getTypeVariable(TypeParameterDeclaration tparam)
Deprecated.
Returns the type variable declared by a type parameter.
|
void |
SimpleDeclarationVisitor.visitTypeParameterDeclaration(TypeParameterDeclaration d)
Deprecated.
Visits a type parameter declaration.
|
void |
DeclarationVisitor.visitTypeParameterDeclaration(TypeParameterDeclaration d)
Deprecated.
Visits a type parameter declaration.
|
Copyright © 2004, 2016, Oracle and/or its affiliates. All rights reserved.