Package jadx.core.dex.attributes.nodes
Class MethodOverrideAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.core.dex.attributes.nodes.MethodOverrideAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class MethodOverrideAttr extends jadx.api.plugins.input.data.attributes.PinnedAttribute
-
-
Constructor Summary
Constructors Constructor Description MethodOverrideAttr(java.util.List<IMethodDetails> overrideList, java.util.SortedSet<MethodNode> relatedMthNodes, java.util.Set<IMethodDetails> baseMethods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<MethodOverrideAttr>getAttrType()java.util.Set<IMethodDetails>getBaseMethods()java.util.List<IMethodDetails>getOverrideList()java.util.SortedSet<MethodNode>getRelatedMthNodes()voidsetRelatedMthNodes(java.util.SortedSet<MethodNode> relatedMthNodes)java.lang.StringtoString()
-
-
-
Constructor Detail
-
MethodOverrideAttr
public MethodOverrideAttr(java.util.List<IMethodDetails> overrideList, java.util.SortedSet<MethodNode> relatedMthNodes, java.util.Set<IMethodDetails> baseMethods)
-
-
Method Detail
-
getOverrideList
public java.util.List<IMethodDetails> getOverrideList()
-
getRelatedMthNodes
public java.util.SortedSet<MethodNode> getRelatedMthNodes()
-
getBaseMethods
public java.util.Set<IMethodDetails> getBaseMethods()
-
setRelatedMthNodes
public void setRelatedMthNodes(java.util.SortedSet<MethodNode> relatedMthNodes)
-
getAttrType
public AType<MethodOverrideAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-