Instruction

doodle.turtle.Instruction$
See theInstruction companion class

Attributes

Companion:
class
Source:
Instruction.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Branch(instructions: List[Instruction]) extends Instruction

Attributes

Source:
Instruction.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Forward(distance: Double) extends Instruction

Attributes

Source:
Instruction.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object NoOp extends Instruction

Attributes

Source:
Instruction.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NoOp.type
final case class Turn(angle: Angle) extends Instruction

Attributes

Source:
Instruction.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def branch(instructions: Instruction*): Branch

Attributes

Source:
Instruction.scala
def forward(distance: Double): Instruction

Attributes

Source:
Instruction.scala
def turn(angle: Angle): Instruction

Attributes

Source:
Instruction.scala

Concrete fields

Attributes

Source:
Instruction.scala