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 classClassRefTypeSignatureA class reference type signature (called "ClassTypeSignature" in the classfile documentation).classTypeVariableSignatureA 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. throwsSignaturesThe throws signatures (usually null).private java.util.List<ClassRefOrTypeVariableSignature>MethodTypeSignature. throwsSignaturesThe 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.
-