Package jadx.core.dex.attributes.nodes
Class SpecialEdgeAttr
java.lang.Object
jadx.core.dex.attributes.nodes.SpecialEdgeAttr
- All Implemented Interfaces:
IJadxAttribute
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpecialEdgeAttr(SpecialEdgeAttr.SpecialEdgeType type, BlockNode start, BlockNode end) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoaded, toAttrString
-
Field Details
-
type
-
start
-
end
-
-
Constructor Details
-
SpecialEdgeAttr
-
-
Method Details
-
getType
-
getStart
-
getEnd
-
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
toString
-