Uses of Class
io.github.lukehutch.fastclasspathscanner.typesignature.TypeArgument.WILDCARD
-
Packages that use TypeArgument.WILDCARD Package Description io.github.lukehutch.fastclasspathscanner.typesignature -
-
Uses of TypeArgument.WILDCARD in io.github.lukehutch.fastclasspathscanner.typesignature
Methods in io.github.lukehutch.fastclasspathscanner.typesignature that return TypeArgument.WILDCARD Modifier and Type Method Description TypeArgument.WILDCARDTypeArgument. getWildcard()Get the type wildcard, which is one of {NONE, ANY, EXTENDS, SUPER}.static TypeArgument.WILDCARDTypeArgument.WILDCARD. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeArgument.WILDCARD[]TypeArgument.WILDCARD. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.lukehutch.fastclasspathscanner.typesignature with parameters of type TypeArgument.WILDCARD Constructor Description TypeArgument(TypeArgument.WILDCARD wildcard, ReferenceTypeSignature typeSignature)
-