Package jadx.core.dex.attributes.nodes
Class EdgeInsnAttr
java.lang.Object
jadx.core.dex.attributes.nodes.EdgeInsnAttr
- All Implemented Interfaces:
IJadxAttribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEdgeInsnAttr(BlockNode start, BlockNode end, InsnNode insn) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoaded, toAttrString
-
Field Details
-
start
-
end
-
insn
-
-
Constructor Details
-
EdgeInsnAttr
-
-
Method Details
-
addEdgeInsn
-
addEdgeInsn
-
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
getStart
-
getEnd
-
getInsn
-
equals
-
hashCode
public int hashCode() -
toString
-