o

stoml

Toml

object Toml extends TomlSymbol with Common

Linear Supertypes
Common, TomlSymbol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Toml
  2. Common
  3. TomlSymbol
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Arr (elem: Seq[Elem]) extends AnyVal with Elem with Product with Serializable
  2. sealed trait Bool extends Elem
  3. final case class Date (elem: java.util.Date) extends AnyVal with Elem with Product with Serializable
  4. sealed trait Elem extends Any
  5. final case class Integer (elem: Long) extends AnyVal with Elem with Product with Serializable
  6. type Key = String
    Definition Classes
    Common
  7. case class NamedFunction [T, V](f: (T) ⇒ V, name: String) extends (T) ⇒ V with Product with Serializable
  8. sealed trait Node extends Elem
  9. final case class Pair (elem: (String, Elem)) extends AnyVal with Node with Product with Serializable
  10. final case class Real (elem: Double) extends AnyVal with Elem with Product with Serializable
  11. final case class Str (elem: String) extends AnyVal with Elem with Product with Serializable
  12. case class Table (elem: (Toml.Key, Map[String, Elem])) extends Node with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Braces: (String, String)
    Definition Classes
    TomlSymbol
  5. val CommentSymbol: String
    Definition Classes
    TomlSymbol
  6. val Dashes: String
    Definition Classes
    TomlSymbol
  7. val DoubleQuote: String
    Definition Classes
    TomlSymbol
  8. val NLChars: (String, String)
    Definition Classes
    TomlSymbol
  9. val Quotes: String
    Definition Classes
    TomlSymbol
  10. val SingleQuote: String
    Definition Classes
    TomlSymbol
  11. val WSChars: String
    Definition Classes
    TomlSymbol
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object False extends Bool with Product with Serializable
  29. object Str extends Serializable
  30. object Table extends Serializable
  31. object True extends Bool with Product with Serializable

Inherited from Common

Inherited from TomlSymbol

Inherited from AnyRef

Inherited from Any

Ungrouped