| Package | Description |
|---|---|
| com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
| Modifier and Type | Method and Description |
|---|---|
WildcardType |
Types.getWildcardType(Collection<ReferenceType> upperBounds,
Collection<ReferenceType> lowerBounds)
Deprecated.
Returns a new wildcard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTypeVisitor.visitWildcardType(WildcardType t)
Deprecated.
Visits a wildcard.
|
void |
TypeVisitor.visitWildcardType(WildcardType t)
Deprecated.
Visits a wildcard.
|
Copyright © 2004, 2020, Oracle and/or its affiliates. All rights reserved.