Uses of Class
io.github.classgraph.ReferenceTypeSignature
Packages that use ReferenceTypeSignature
-
Uses of ReferenceTypeSignature in io.github.classgraph
Subclasses of ReferenceTypeSignature in io.github.classgraphModifier and TypeClassDescriptionclass
An array type signature.class
A class type or type variable.final class
A class reference type signature (called "ClassTypeSignature" in the classfile documentation).final class
A type variable signature.Fields in io.github.classgraph declared as ReferenceTypeSignatureModifier and TypeFieldDescription(package private) final ReferenceTypeSignature
TypeParameter.classBound
Class bound -- may be null.private final ReferenceTypeSignature
TypeArgument.typeSignature
Type signature (will be null if wildcard == ANY).Fields in io.github.classgraph with type parameters of type ReferenceTypeSignatureModifier and TypeFieldDescription(package private) final List
<ReferenceTypeSignature> TypeParameter.interfaceBounds
Interface bounds -- may be empty.Methods in io.github.classgraph that return ReferenceTypeSignatureModifier and TypeMethodDescriptionTypeParameter.getClassBound()
Get the type parameter class bound.TypeArgument.getTypeSignature()
Get the type signature associated with the wildcard (or null, if the wildcard is ANY).(package private) static ReferenceTypeSignature
ReferenceTypeSignature.parseClassBound
(Parser parser, String definingClassName) Parse a class bound.(package private) static ReferenceTypeSignature
ReferenceTypeSignature.parseReferenceTypeSignature
(Parser parser, String definingClassName) Parse a reference type signature.Methods in io.github.classgraph that return types with arguments of type ReferenceTypeSignatureModifier and TypeMethodDescriptionTypeParameter.getInterfaceBounds()
Get the type parameter interface bound(s).Constructors in io.github.classgraph with parameters of type ReferenceTypeSignatureModifierConstructorDescriptionprivate
TypeArgument
(TypeArgument.Wildcard wildcard, ReferenceTypeSignature typeSignature) Constructor.protected
TypeParameter
(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds) Constructor.Constructor parameters in io.github.classgraph with type arguments of type ReferenceTypeSignatureModifierConstructorDescriptionprotected
TypeParameter
(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds) Constructor.