Uses of Enum
jadx.core.dex.instructions.args.ArgType.WildcardBound
Packages that use ArgType.WildcardBound
-
Uses of ArgType.WildcardBound in jadx.core.dex.instructions.args
Fields in jadx.core.dex.instructions.args declared as ArgType.WildcardBoundMethods in jadx.core.dex.instructions.args that return ArgType.WildcardBoundModifier and TypeMethodDescriptionstatic ArgType.WildcardBoundArgType.WildcardBound.getByNum(int num) ArgType.getWildcardBound()ArgType.WildcardType.getWildcardBound()static ArgType.WildcardBoundReturns the enum constant of this type with the specified name.static ArgType.WildcardBound[]ArgType.WildcardBound.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.dex.instructions.args with parameters of type ArgType.WildcardBoundModifier and TypeMethodDescriptionstatic ArgTypeArgType.wildcard(ArgType obj, ArgType.WildcardBound bound) Constructors in jadx.core.dex.instructions.args with parameters of type ArgType.WildcardBoundModifierConstructorDescription(package private)WildcardType(ArgType obj, ArgType.WildcardBound bound)