ToMode

slyce.parse.Lexer$.Yields$.ToMode$
See theToMode companion trait
object ToMode

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ToMode.type

Members list

Type members

Classlikes

case object Pop extends ToMode[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ToMode[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Pop.type
final case class Push[Tok](state: Lazy[State[Tok]]) extends ToMode[Tok]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ToMode[Tok]
class Object
trait Matchable
class Any
Show all
case object Same extends ToMode[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ToMode[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Same.type
final case class To[Tok](state: Lazy[State[Tok]]) extends ToMode[Tok]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ToMode[Tok]
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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror