Uses of Enum
jadx.core.dex.visitors.typeinference.BoundEnum
Packages that use BoundEnum
-
Uses of BoundEnum in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference declared as BoundEnumMethods in jadx.core.dex.visitors.typeinference that return BoundEnumModifier and TypeMethodDescriptionITypeBound.getBound()TypeBoundCheckCastAssign.getBound()TypeBoundConst.getBound()TypeBoundFieldGetAssign.getBound()TypeBoundInvokeAssign.getBound()TypeBoundInvokeUse.getBound()static BoundEnumReturns the enum constant of this type with the specified name.static BoundEnum[]BoundEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jadx.core.dex.visitors.typeinference with parameters of type BoundEnumModifierConstructorDescriptionTypeBoundConst(BoundEnum bound, ArgType type) TypeBoundConst(BoundEnum bound, ArgType type, RegisterArg arg)