Package

subscript.vm.model

callgraph

Permalink

package callgraph

Visibility
  1. Public
  2. All

Type Members

  1. trait CallGraphLeafNode extends CallGraphTreeNode with GraphLeafNode

    Permalink
  2. trait CallGraphNode extends GraphNode with Container with Engine with GraphNavigation with ListenableNode with State with ChildrenState with Informational with OldCallGraphNodeApi with Variables

    Permalink
  3. trait CallGraphTreeNode extends CallGraphNode with GraphTreeNode

    Permalink
  4. trait GraphLeafNode extends GraphTreeNode

    Permalink

    Graph tree node that can't have children.

  5. trait GraphNode extends AnyRef

    Permalink

    A graph node.

    A graph node. It can have parents of type Parent and children of type Child.

  6. trait GraphTreeNode extends GraphNode

    Permalink

    Graph node with only one parent.

    Graph node with only one parent. Any attempt to add a second parent will result in current parent being removed.

  7. trait N_code_fragment[R] extends CallGraphLeafNode with ScriptResultHolder[R] with ExecutionResult

    Permalink
  8. trait ScriptResultHolder[R] extends AnyRef

    Permalink

Value Members

  1. object ActivationMode extends Enumeration

    Permalink
  2. object CallGraphNode

    Permalink
  3. object ExecutionResult extends Enumeration

    Permalink
  4. object NodeStateEvent extends Enumeration

    Permalink
  5. package generic

    Permalink

Ungrouped