Class AssemblyContextGraph.Vertex

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AssemblyContextGraph.Vertex
All Implemented Interfaces:
Comparable<AssemblyContextGraph.Vertex>
Enclosing class:
AssemblyContextGraph

protected static class AssemblyContextGraph.Vertex extends Object implements Comparable<AssemblyContextGraph.Vertex>
A vertex in a context transition graph

Each vertex consists of a context block and a (sub-)table name

  • Field Details

  • Constructor Details

    • Vertex

      protected Vertex(AssemblyPatternBlock context, String subtable)
      Construct a new vertex with the given block and sub-table name
      Parameters:
      context - the context
      subtable - the name
  • Method Details