Package | Description |
---|---|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
TypeVariable |
Types.getTypeVariable(TypeParameterDeclaration tparam)
Deprecated.
Returns the type variable declared by a type parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeVisitor.visitTypeVariable(TypeVariable t)
Deprecated.
Visits a type variable.
|
void |
TypeVisitor.visitTypeVariable(TypeVariable t)
Deprecated.
Visits a type variable.
|
Copyright © 2004, 2011, Oracle and/or its affiliates. All rights reserved.