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 ClassRefTypeSignatureClassTypeSignature.superclassSignatureThe superclass type.Fields in io.github.classgraph with type parameters of type ClassRefTypeSignatureModifier and TypeFieldDescriptionprivate final List<ClassRefTypeSignature> ClassTypeSignature.superinterfaceSignaturesThe 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 ClassRefTypeSignatureParse 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 booleanClassRefTypeSignature.suffixesMatch(ClassRefTypeSignature a, ClassRefTypeSignature b) Constructors in io.github.classgraph with parameters of type ClassRefTypeSignatureModifierConstructorDescriptionprivateClassTypeSignature(ClassInfo classInfo, List<TypeParameter> typeParameters, ClassRefTypeSignature superclassSignature, List<ClassRefTypeSignature> superinterfaceSignatures, List<ClassRefOrTypeVariableSignature> throwsSignatures) Constructor.