Uses of Class
io.github.classgraph.ClassRefTypeSignature
Packages that use ClassRefTypeSignature
-
Uses of ClassRefTypeSignature in io.github.classgraph
Fields in io.github.classgraph declared as ClassRefTypeSignatureModifier and TypeFieldDescriptionprivate final ClassRefTypeSignature
ClassTypeSignature.superclassSignature
The superclass type.Fields in io.github.classgraph with type parameters of type ClassRefTypeSignatureModifier and TypeFieldDescriptionprivate final List
<ClassRefTypeSignature> ClassTypeSignature.superinterfaceSignatures
The superinterface signatures.Methods in io.github.classgraph that return ClassRefTypeSignatureModifier and TypeMethodDescriptionClassTypeSignature.getSuperclassSignature()
Get the type signature for the superclass (possibly null in the case ofObject
, since it doesn't have a superclass).(package private) static ClassRefTypeSignature
Parse a class type signature.Methods in io.github.classgraph that return types with arguments of type ClassRefTypeSignatureModifier and TypeMethodDescriptionClassTypeSignature.getSuperinterfaceSignatures()
Get the type signatures of any superinterfaces.Methods in io.github.classgraph with parameters of type ClassRefTypeSignatureModifier and TypeMethodDescriptionprivate static boolean
ClassRefTypeSignature.suffixesMatch
(ClassRefTypeSignature a, ClassRefTypeSignature b) Constructors in io.github.classgraph with parameters of type ClassRefTypeSignatureModifierConstructorDescriptionprivate
ClassTypeSignature
(ClassInfo classInfo, List<TypeParameter> typeParameters, ClassRefTypeSignature superclassSignature, List<ClassRefTypeSignature> superinterfaceSignatures, List<ClassRefOrTypeVariableSignature> throwsSignatures) Constructor.