Uses of Class
io.github.lukehutch.fastclasspathscanner.typesignature.ClassRefTypeSignature
-
Packages that use ClassRefTypeSignature Package Description io.github.lukehutch.fastclasspathscanner.typesignature -
-
Uses of ClassRefTypeSignature in io.github.lukehutch.fastclasspathscanner.typesignature
Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return ClassRefTypeSignature Modifier and Type Method Description ClassRefTypeSignatureClassTypeSignature. getSuperclassSignature()Get the type signature for the superclass (possibly null in the case ofObject, since it doesn't have a superclass).Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return types with arguments of type ClassRefTypeSignature Modifier and Type Method Description List<ClassRefTypeSignature>ClassTypeSignature. getSuperinterfaceSignatures()Get the type signatures of any superinterfacesConstructors in io.github.lukehutch.fastclasspathscanner.typesignature with parameters of type ClassRefTypeSignature Constructor Description ClassTypeSignature(List<TypeParameter> typeParameters, ClassRefTypeSignature superclassSignature, List<ClassRefTypeSignature> superinterfaceSignatures)
-