| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.typesignature |
| 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.
|
| Constructor and Description |
|---|
TypeArgument(TypeArgument.WILDCARD wildcard,
ReferenceTypeSignature typeSignature) |
Copyright © 2018. All rights reserved.