Package jadx.core.dex.attributes.nodes
Class LoopLabelAttr
- java.lang.Object
-
- jadx.core.dex.attributes.nodes.LoopLabelAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class LoopLabelAttr extends java.lang.Object implements jadx.api.plugins.input.data.attributes.IJadxAttribute
-
-
Constructor Summary
Constructors Constructor Description LoopLabelAttr(LoopInfo loop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<LoopLabelAttr>getAttrType()LoopInfogetLoop()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LoopLabelAttr
public LoopLabelAttr(LoopInfo loop)
-
-
Method Detail
-
getLoop
public LoopInfo getLoop()
-
getAttrType
public AType<LoopLabelAttr> getAttrType()
- Specified by:
getAttrTypein interfacejadx.api.plugins.input.data.attributes.IJadxAttribute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-