| Modifier and Type | Method and Description |
|---|---|
TypeArgument.Wildcard |
TypeArgument.getWildcard()
Get the type wildcard, which is one of {NONE, ANY, EXTENDS, SUPER}.
|
static TypeArgument.Wildcard |
TypeArgument.Wildcard.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeArgument.Wildcard[] |
TypeArgument.Wildcard.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.