DotSerializer

io.shiftleft.semanticcpg.dotgenerator.DotSerializer$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Edge(src: StoredNode, dst: StoredNode, srcVisible: Boolean, label: String, edgeType: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Graph(vertices: List[StoredNode], edges: List[Edge], subgraph: Map[String, Seq[StoredNode]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def dotGraph(root: Option[AstNode], graph: Graph, withEdgeTypes: Boolean): String
def nodesToSubGraphs(subgraph: String, children: Seq[StoredNode], idx: Int): String