Branch

doodle.turtle.Instruction$.Branch
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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Instruction.scala
def +:(instruction: Instruction): Branch

Attributes

Source:
Instruction.scala
def :+(instruction: Instruction): Branch

Attributes

Source:
Instruction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product