Package

org.argus.jawa.alir

controlFlowGraph

Permalink

package controlFlowGraph

Visibility
  1. Public
  2. All

Type Members

  1. final case class ICFGCallNode(context: Context) extends ICFGInvokeNode with Product with Serializable

    Permalink
  2. final case class ICFGCenterNode(context: Context) extends ICFGVirtualNode with Product with Serializable

    Permalink
  3. final case class ICFGEntryNode(context: Context) extends ICFGVirtualNode with Product with Serializable

    Permalink
  4. final case class ICFGExitNode(context: Context) extends ICFGVirtualNode with Product with Serializable

    Permalink
  5. abstract class ICFGInvokeNode extends ICFGLocNode

    Permalink
  6. abstract class ICFGLocNode extends ICFGNode

    Permalink
  7. sealed abstract class ICFGNode extends InterproceduralNode

    Permalink
  8. final case class ICFGNormalNode(context: Context) extends ICFGLocNode with Product with Serializable

    Permalink
  9. final case class ICFGReturnNode(context: Context) extends ICFGInvokeNode with Product with Serializable

    Permalink
  10. abstract class ICFGVirtualNode extends ICFGNode

    Permalink
  11. class InterproceduralControlFlowGraph[Node <: ICFGNode] extends InterproceduralGraph[Node]

    Permalink

Value Members

  1. object ControlFlowGraph

    Permalink

Ungrouped