Instruction

doodle.turtle.Instruction$
See theInstruction companion class
object Instruction

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Source
Instruction.scala
Supertypes
class Instruction
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object NoOp extends Instruction

Attributes

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

Attributes

Source
Instruction.scala
Supertypes
class Instruction
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Attributes

Source
Instruction.scala

Concrete fields

Attributes

Source
Instruction.scala