| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArrayTypeSignature |
An array type.
|
class |
ClassRefOrTypeVariableSignature |
A class type or type variable.
|
class |
ClassRefTypeSignature |
A class reference type signature (called "ClassTypeSignature" in the classfile documentation).
|
class |
TypeVariableSignature |
A type variable signature.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReferenceTypeSignature |
TypeParameter.getClassBound() |
Get the type parameter class bound.
|
ReferenceTypeSignature |
TypeArgument.getTypeSignature() |
Get the type signature associated with the wildcard (or null, if the wildcard is ANY).
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ReferenceTypeSignature> |
TypeParameter.getInterfaceBounds() |
Get the type parameter interface bound(s).
|
| Constructor | Description |
|---|---|
TypeArgument(TypeArgument.WILDCARD wildcard,
ReferenceTypeSignature typeSignature) |
|
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
List<ReferenceTypeSignature> interfaceBounds) |
| Constructor | Description |
|---|---|
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
List<ReferenceTypeSignature> interfaceBounds) |
Copyright © 2018. All rights reserved.