Uses of Class
io.github.lukehutch.fastclasspathscanner.typesignature.ReferenceTypeSignature
-
Packages that use ReferenceTypeSignature Package Description io.github.lukehutch.fastclasspathscanner.typesignature -
-
Uses of ReferenceTypeSignature in io.github.lukehutch.fastclasspathscanner.typesignature
Subclasses of ReferenceTypeSignature in io.github.lukehutch.fastclasspathscanner.typesignature Modifier and Type Class Description classArrayTypeSignatureAn array type.classClassRefOrTypeVariableSignatureA class type or type variable.classClassRefTypeSignatureA class reference type signature (called "ClassTypeSignature" in the classfile documentation).classTypeVariableSignatureA type variable signature.Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return ReferenceTypeSignature Modifier and Type Method Description ReferenceTypeSignatureTypeParameter. getClassBound()Get the type parameter class bound.ReferenceTypeSignatureTypeArgument. getTypeSignature()Get the type signature associated with the wildcard (or null, if the wildcard is ANY).Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return types with arguments of type ReferenceTypeSignature Modifier and Type Method Description List<ReferenceTypeSignature>TypeParameter. getInterfaceBounds()Get the type parameter interface bound(s).Constructors in io.github.lukehutch.fastclasspathscanner.typesignature with parameters of type ReferenceTypeSignature Constructor Description TypeArgument(TypeArgument.WILDCARD wildcard, ReferenceTypeSignature typeSignature)TypeParameter(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds)Constructor parameters in io.github.lukehutch.fastclasspathscanner.typesignature with type arguments of type ReferenceTypeSignature Constructor Description TypeParameter(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds)
-