Terminal

confuse.model.Terminal
sealed trait Terminal extends Value

Marker trait for terminal values.

A terminal value does not contain other values.

Attributes

Graph
Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes
class Null
class Str

Members list

Concise view

Value members

Inherited methods

def dump(path: Path): String

Attributes

Inherited from:
Value
def dumpInto(path: Path, out: PrintStream): Unit

Attributes

Inherited from:
Value
def flatten(path: Path): LinkedHashMap[String, Terminal]

Attributes

Inherited from:
Value
def flattenInto(path: Path, buffer: LinkedHashMap[String, Terminal]): Unit

Attributes

Inherited from:
Value
def parse[A]()(using p: Parser[A]): Result[A]

Attributes

Inherited from:
Value
def parseOrExit[A](exit: () => Nothing, stderr: PrintStream)(using p: Parser[A]): A

Attributes

Inherited from:
Value

Inherited fields

var origins: List[Origin]

All origins that were used to get this value.

All origins that were used to get this value.

Attributes

Inherited from:
Value