Uses of Class
io.github.classgraph.ClassRefOrTypeVariableSignature
-
Packages that use ClassRefOrTypeVariableSignature Package Description io.github.classgraph -
-
Uses of ClassRefOrTypeVariableSignature in io.github.classgraph
Subclasses of ClassRefOrTypeVariableSignature in io.github.classgraph Modifier and Type Class Description class
ClassRefTypeSignature
A class reference type signature (called "ClassTypeSignature" in the classfile documentation).class
TypeVariableSignature
A type variable signature.Fields in io.github.classgraph with type parameters of type ClassRefOrTypeVariableSignature Modifier and Type Field Description private java.util.List<ClassRefOrTypeVariableSignature>
ClassTypeSignature. throwsSignatures
The throws signatures (usually null).private java.util.List<ClassRefOrTypeVariableSignature>
MethodTypeSignature. throwsSignatures
The throws type signatures.Methods in io.github.classgraph that return types with arguments of type ClassRefOrTypeVariableSignature Modifier and Type Method Description (package private) java.util.List<ClassRefOrTypeVariableSignature>
ClassTypeSignature. getThrowsSignatures()
Gets the throws signatures.java.util.List<ClassRefOrTypeVariableSignature>
MethodTypeSignature. getThrowsSignatures()
Get the throws type(s) for the method.
-