Package jadx.core.dex.attributes.nodes
Class RegionRefAttr
- java.lang.Object
-
- jadx.core.dex.attributes.nodes.RegionRefAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class RegionRefAttr extends java.lang.Object implements jadx.api.plugins.input.data.attributes.IJadxAttributeRegion created based on parent instruction
-
-
Constructor Summary
Constructors Constructor Description RegionRefAttr(IRegion region)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<RegionRefAttr>getAttrType()IRegiongetRegion()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RegionRefAttr
public RegionRefAttr(IRegion region)
-
-
Method Detail
-
getRegion
public IRegion getRegion()
-
getAttrType
public AType<RegionRefAttr> getAttrType()
- Specified by:
getAttrTypein interfacejadx.api.plugins.input.data.attributes.IJadxAttribute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-