Class AssemblyContextGraph.Edge

Constructor Detail

  • Method Detail

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals NEW

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getStart MODIFIED

      return type: Vertex → Vertex
      -AssemblyContextGraph.Vertex getStart()
      +ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex getStart()
      public AssemblyContextGraph.Vertex getStart()
      Description copied from interface: GEdge
      Get the start, or tail, of the edge

      In the edge x -> y, x is the start

      Specified by:
      getStart in interface GEdge<AssemblyContextGraph.Vertex>
      Returns:
      the start
    • getEnd MODIFIED

      return type: Vertex → Vertex
      -AssemblyContextGraph.Vertex getEnd()
      +ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex getEnd()
      public AssemblyContextGraph.Vertex getEnd()
      Description copied from interface: GEdge
      Get the end, or head, of the edge

      In the edge x -> y, y is the end

      Specified by:
      getEnd in interface GEdge<AssemblyContextGraph.Vertex>
      Returns:
      the end