Uses of Class
io.github.classgraph.ReferenceTypeSignature
-
Packages that use ReferenceTypeSignature Package Description io.github.classgraph -
-
Uses of ReferenceTypeSignature in io.github.classgraph
Subclasses of ReferenceTypeSignature in io.github.classgraph Modifier and Type Class Description classArrayTypeSignatureAn array type signature.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.classgraph 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.classgraph that return types with arguments of type ReferenceTypeSignature Modifier and Type Method Description List<ReferenceTypeSignature>TypeParameter. getInterfaceBounds()Get the type parameter interface bound(s).
-