Uses of Enum
jadx.core.dex.attributes.nodes.SpecialEdgeAttr.SpecialEdgeType
Packages that use SpecialEdgeAttr.SpecialEdgeType
-
Uses of SpecialEdgeAttr.SpecialEdgeType in jadx.core.dex.attributes.nodes
Fields in jadx.core.dex.attributes.nodes declared as SpecialEdgeAttr.SpecialEdgeTypeModifier and TypeFieldDescriptionprivate final SpecialEdgeAttr.SpecialEdgeTypeSpecialEdgeAttr.typeMethods in jadx.core.dex.attributes.nodes that return SpecialEdgeAttr.SpecialEdgeTypeModifier and TypeMethodDescriptionSpecialEdgeAttr.getType()Returns the enum constant of this type with the specified name.static SpecialEdgeAttr.SpecialEdgeType[]SpecialEdgeAttr.SpecialEdgeType.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 SpecialEdgeAttr.SpecialEdgeTypeModifierConstructorDescriptionSpecialEdgeAttr(SpecialEdgeAttr.SpecialEdgeType type, BlockNode start, BlockNode end)