Edge

Package: ghidra.app.plugin.assembler.sleigh.sem
Type: class

9.0.2_PUBLIC

addedmethod: compareTo
int compareTo(ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Edge that)
addedfield: end
ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex end
addedmethod: equals
boolean equals(java.lang.Object o)
addedfield: op
int op
addedfield: sem
ghidra.app.plugin.assembler.sleigh.sem.AssemblyConstructorSemantic sem
addedfield: start
ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex start
modifiedtype-static: Edge
- non-static
+ static
modifiedtype-extends: Edge
- (none)
+ java.lang.Object
modifiedtype-implements: Edge
- (none)
+ ghidra.graph.GEdge, java.lang.Comparable
modifiedmethod: getEnd
return type: Vertex → Vertex
- AssemblyContextGraph.Vertex getEnd()
+ ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex getEnd()
modifiedmethod: getStart
return type: Vertex → Vertex
- AssemblyContextGraph.Vertex getStart()
+ ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex getStart()

9.0.1_PUBLIC

introducedInitial version