| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.scanner | |
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method | Description |
|---|---|---|
ClassRefOrTypeVariableSignature[] |
MethodInfo.getThrowsTypeSignatures() |
Returns the types of exceptions the method may throw, in string representation, e.g.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassRefTypeSignature |
A class reference type signature (called "ClassTypeSignature" in the classfile documentation).
|
class |
TypeVariableSignature |
A type variable signature.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ClassRefOrTypeVariableSignature> |
MethodTypeSignature.getThrowsSignatures() |
Get the throws type(s) for the method.
|
Copyright © 2018. All rights reserved.