Null

confuse.model.Null
case class Null() extends Value with Terminal

The null value. Indicates that a value has not been set or explicitly set to null.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Terminal
trait Value
class Object
trait Matchable
class Any

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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

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