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
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 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)