Package jadx.core.dex.attributes.nodes
Class SpecialEdgeAttr
- java.lang.Object
-
- jadx.core.dex.attributes.nodes.SpecialEdgeAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class SpecialEdgeAttr extends java.lang.Object implements jadx.api.plugins.input.data.attributes.IJadxAttribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpecialEdgeAttr.SpecialEdgeType
-
Constructor Summary
Constructors Constructor Description SpecialEdgeAttr(SpecialEdgeAttr.SpecialEdgeType type, BlockNode start, BlockNode end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<AttrList<SpecialEdgeAttr>>getAttrType()BlockNodegetEnd()BlockNodegetStart()SpecialEdgeAttr.SpecialEdgeTypegetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SpecialEdgeAttr
public SpecialEdgeAttr(SpecialEdgeAttr.SpecialEdgeType type, BlockNode start, BlockNode end)
-
-
Method Detail
-
getType
public SpecialEdgeAttr.SpecialEdgeType getType()
-
getStart
public BlockNode getStart()
-
getEnd
public BlockNode getEnd()
-
getAttrType
public AType<AttrList<SpecialEdgeAttr>> getAttrType()
- Specified by:
getAttrTypein interfacejadx.api.plugins.input.data.attributes.IJadxAttribute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-