Packages

p

scalan

compilation

package compilation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ControlFlowStyle extends AnyRef
  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
  3. trait GraphVizExport extends Base

    Implementation of Graphviz's dot file generator.

  4. sealed trait Orientation extends AnyRef

Value Members

  1. object ControlFlowWithArrows extends ControlFlowStyle with Product with Serializable
  2. object ControlFlowWithBoxes extends ControlFlowStyle with Product with Serializable
  3. object GraphVizConfig extends Serializable
  4. object Landscape extends Orientation with Product with Serializable
  5. object Orientation
  6. object Portrait extends Orientation with Product with Serializable

Ungrouped