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