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