| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Class and 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 and Description |
|---|---|
ReferenceTypeSignature |
TypeParameter.getClassBound()
Get the class bound, which may be null.
|
ReferenceTypeSignature |
TypeArgument.getTypeSignature()
Get the type signature associated with the wildcard (or null, if the wildcard is ANY).
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceTypeSignature> |
TypeParameter.getInterfaceBounds()
Get the interface bound(s), which may be the empty list.
|
| Constructor and Description |
|---|
TypeArgument(TypeArgument.WILDCARD wildcard,
ReferenceTypeSignature typeSignature) |
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
List<ReferenceTypeSignature> interfaceBounds) |
| Constructor and Description |
|---|
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
List<ReferenceTypeSignature> interfaceBounds) |
Copyright © 2018. All rights reserved.