Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.WildcardType
-
Packages that use WildcardType Package Description org.benf.cfr.reader.bytecode.analysis.types -
-
Uses of WildcardType in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as WildcardType Modifier and Type Field Description private WildcardType
JavaWildcardTypeInstance. wildcardType
Methods in org.benf.cfr.reader.bytecode.analysis.types that return WildcardType Modifier and Type Method Description static WildcardType
WildcardType. valueOf(java.lang.String name)
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 WildcardType Constructor Description JavaWildcardTypeInstance(WildcardType wildcardType, JavaTypeInstance underlyingType)
-