Package jadx.core.dex.attributes.nodes
Class RegDebugInfoAttr
- java.lang.Object
-
- jadx.core.dex.attributes.nodes.RegDebugInfoAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class RegDebugInfoAttr extends java.lang.Object implements jadx.api.plugins.input.data.attributes.IJadxAttribute
-
-
Constructor Summary
Constructors Constructor Description RegDebugInfoAttr(ArgType type, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)AType<RegDebugInfoAttr>getAttrType()java.lang.StringgetName()ArgTypegetRegType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RegDebugInfoAttr
public RegDebugInfoAttr(ArgType type, java.lang.String name)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getRegType
public ArgType getRegType()
-
getAttrType
public AType<RegDebugInfoAttr> getAttrType()
- Specified by:
getAttrTypein interfacejadx.api.plugins.input.data.attributes.IJadxAttribute
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-