| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.scanner | |
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method and Description |
|---|---|
ClassRefOrTypeVariableSignature[] |
MethodInfo.getThrowsTypeSignatures()
Returns the types of exceptions the method may throw, in string representation, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
List<ClassRefOrTypeVariableSignature> |
MethodTypeSignature.getThrowsSignatures()
Get the throws type(s) for the method.
|
| Constructor and Description |
|---|
MethodTypeSignature(List<TypeParameter> typeParameters,
List<TypeSignature> paramTypes,
TypeSignature resultType,
List<ClassRefOrTypeVariableSignature> throwsSignatures) |
Copyright © 2018. All rights reserved.