Package jadx.core.dex.attributes.nodes
Class MethodReplaceAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.core.dex.attributes.nodes.MethodReplaceAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class MethodReplaceAttr extends jadx.api.plugins.input.data.attributes.PinnedAttributeCalls of method should be replaced by provided method (used for synthetic methods redirect)
-
-
Constructor Summary
Constructors Constructor Description MethodReplaceAttr(MethodNode replaceMth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<MethodReplaceAttr>getAttrType()MethodNodegetReplaceMth()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MethodReplaceAttr
public MethodReplaceAttr(MethodNode replaceMth)
-
-
Method Detail
-
getReplaceMth
public MethodNode getReplaceMth()
-
getAttrType
public AType<MethodReplaceAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-