Package

scalan

compilation

Permalink

package compilation

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ControlFlowStyle extends AnyRef

    Permalink
  2. case class GraphVizConfig(emitGraphs: Boolean, format: String, orientation: Orientation, maxLabelLineLength: Int, subgraphClusters: Boolean, maxTypeNameLength: Option[Int], typeAliasEdges: Boolean, emitMetadata: Boolean, showLambdaReturnSym: Boolean) extends Product with Serializable

    Permalink
  3. trait GraphVizExport extends Base

    Permalink

    Implementation of Graphviz's dot file generator.

  4. sealed trait Orientation extends AnyRef

    Permalink

Value Members

  1. object ControlFlowWithArrows extends ControlFlowStyle with Product with Serializable

    Permalink
  2. object ControlFlowWithBoxes extends ControlFlowStyle with Product with Serializable

    Permalink
  3. object GraphVizConfig extends Serializable

    Permalink
  4. object Landscape extends Orientation with Product with Serializable

    Permalink
  5. object Orientation

    Permalink
  6. object Portrait extends Orientation with Product with Serializable

    Permalink

Ungrouped