Uses of Enum
jadx.core.dex.attributes.nodes.AnonymousClassAttr.InlineType
Packages that use AnonymousClassAttr.InlineType
-
Uses of AnonymousClassAttr.InlineType in jadx.core.dex.attributes.nodes
Fields in jadx.core.dex.attributes.nodes declared as AnonymousClassAttr.InlineTypeModifier and TypeFieldDescriptionprivate final AnonymousClassAttr.InlineTypeAnonymousClassAttr.inlineTypeMethods in jadx.core.dex.attributes.nodes that return AnonymousClassAttr.InlineTypeModifier and TypeMethodDescriptionAnonymousClassAttr.getInlineType()Returns the enum constant of this type with the specified name.static AnonymousClassAttr.InlineType[]AnonymousClassAttr.InlineType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jadx.core.dex.attributes.nodes with parameters of type AnonymousClassAttr.InlineTypeModifierConstructorDescriptionAnonymousClassAttr(ClassNode outerCls, ArgType baseType, AnonymousClassAttr.InlineType inlineType) -
Uses of AnonymousClassAttr.InlineType in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors that return AnonymousClassAttr.InlineTypeModifier and TypeMethodDescriptionprivate static AnonymousClassAttr.InlineTypeProcessAnonymous.checkUsage(ClassNode cls, MethodNode ctr) Checks: - class have only one constructor which used only once (allow common code for field init) - methods or fields not used outside (allow only nested inner classes with synthetic usage) - if constructor used only in class init check if possible inline by instance field