Uses of Class
io.github.classgraph.ClassRefOrTypeVariableSignature
Packages that use ClassRefOrTypeVariableSignature
-
Uses of ClassRefOrTypeVariableSignature in io.github.classgraph
Subclasses of ClassRefOrTypeVariableSignature in io.github.classgraphModifier and TypeClassDescriptionfinal class
A class reference type signature (called "ClassTypeSignature" in the classfile documentation).final class
A type variable signature.Fields in io.github.classgraph with type parameters of type ClassRefOrTypeVariableSignatureModifier and TypeFieldDescriptionprivate final List
<ClassRefOrTypeVariableSignature> ClassTypeSignature.throwsSignatures
The throws signatures (usually null).private final List
<ClassRefOrTypeVariableSignature> MethodTypeSignature.throwsSignatures
The throws type signatures.Methods in io.github.classgraph that return types with arguments of type ClassRefOrTypeVariableSignatureModifier and TypeMethodDescription(package private) List
<ClassRefOrTypeVariableSignature> ClassTypeSignature.getThrowsSignatures()
Gets the throws signatures.MethodTypeSignature.getThrowsSignatures()
Get the throws type(s) for the method.