Cfg

object Cfg
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Cfg.type

Type members

Classlikes

object AlwaysEdge extends CfgEdgeType
object CaseEdge extends CfgEdgeType
object FalseEdge extends CfgEdgeType
object TrueEdge extends CfgEdgeType

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def edges(sources: List[CfgNode], dstNode: Option[CfgNode], cfgEdgeType: CfgEdgeType): List[CfgEdge]

Create edges of given type from a list of source nodes to a destination node

Create edges of given type from a list of source nodes to a destination node

def edgesFromFringeTo(cfg: Cfg, node: Option[CfgNode]): List[CfgEdge]

Create edges from all nodes of cfg's fringe to node.

Create edges from all nodes of cfg's fringe to node.

def edgesFromFringeTo(cfg: Cfg, node: Option[CfgNode], cfgEdgeType: CfgEdgeType): List[CfgEdge]

Create edges from all nodes of cfg's fringe to node, ignoring fringe edge types and using cfgEdgeType instead.

Create edges from all nodes of cfg's fringe to node, ignoring fringe edge types and using cfgEdgeType instead.

def edgesFromFringeTo(fringeElems: List[(CfgNode, CfgEdgeType)], node: Option[CfgNode]): List[CfgEdge]

Create edges from a list (node, cfgEdgeType) pairs to node

Create edges from a list (node, cfgEdgeType) pairs to node

def edgesToMultiple(sources: List[CfgNode], destinations: List[CfgNode], cfgEdgeType: CfgEdgeType): List[CfgEdge]

Create edges of given type from all nodes in sources to node.

Create edges of given type from all nodes in sources to node.

def from(cfgs: Cfg*): Cfg
def singleEdge(source: CfgNode, destination: CfgNode, cfgEdgeType: CfgEdgeType): List[CfgEdge]

Concrete fields

val empty: Cfg

The safe "null" Cfg.

The safe "null" Cfg.