Uses of Enum
org.benf.cfr.reader.bytecode.analysis.types.WildcardType
Packages that use WildcardType
-
Uses of WildcardType in org.benf.cfr.reader.bytecode.analysis.types
Subclasses with type arguments of type WildcardType in org.benf.cfr.reader.bytecode.analysis.typesFields in org.benf.cfr.reader.bytecode.analysis.types declared as WildcardTypeModifier and TypeFieldDescriptionprivate final WildcardTypeJavaWildcardTypeInstance.wildcardTypeMethods in org.benf.cfr.reader.bytecode.analysis.types that return WildcardTypeModifier and TypeMethodDescriptionstatic WildcardTypeReturns the enum constant of this type with the specified name.static WildcardType[]WildcardType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type WildcardTypeModifierConstructorDescriptionJavaWildcardTypeInstance(WildcardType wildcardType, JavaTypeInstance underlyingType)