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 classA class reference type signature (called "ClassTypeSignature" in the classfile documentation).final classA type variable signature.Fields in io.github.classgraph with type parameters of type ClassRefOrTypeVariableSignatureModifier and TypeFieldDescriptionprivate final List<ClassRefOrTypeVariableSignature> ClassTypeSignature.throwsSignaturesThe throws signatures (usually null).private final List<ClassRefOrTypeVariableSignature> MethodTypeSignature.throwsSignaturesThe 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.