Str

confuse.Str
case class Str(str: String) extends Value with Terminal

A text value.

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 getValue(path: Path): Value

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]

Attributes

Inherited from:
Value