Object

ltbs.uniform.TreeLikeInstances

ErrorTree

Related Doc: package TreeLikeInstances

Permalink

implicit object ErrorTree extends TreeLike[ErrorTree]

Linear Supertypes
TreeLike[ErrorTree], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorTree
  2. TreeLike
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Key = String

    Permalink
    Definition Classes
    ErrorTreeTreeLike
  2. type Value = NonEmptyList[ErrorMsg]

    Permalink
    Definition Classes
    ErrorTreeTreeLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(a: ErrorTree, key: Key): ErrorTree

    Permalink

    gives the subtree at a given key

    gives the subtree at a given key

    Definition Classes
    TreeLike
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def appendWith(a: ErrorTree, key: String): ErrorTree

    Permalink
    Definition Classes
    ErrorTreeTreeLike
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def atPath(a: ErrorTree, path: List[Key]): ErrorTree

    Permalink

    gives the subtree at a given path

    gives the subtree at a given path

    Definition Classes
    TreeLike
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def definedAt(a: ErrorTree, key: Key): Boolean

    Permalink

    returns 'true' if there is a subtree at the given key

    returns 'true' if there is a subtree at the given key

    Definition Classes
    TreeLike
  10. def definedAtPath(a: ErrorTree, key: List[Key]): Boolean

    Permalink

    returns 'true' if there is a subtree at the given path

    returns 'true' if there is a subtree at the given path

    Definition Classes
    TreeLike
  11. def definedAtRoot(a: ErrorTree): Boolean

    Permalink

    returns 'true' if there is a subtree at the given path

    returns 'true' if there is a subtree at the given path

    Definition Classes
    TreeLike
  12. val empty: ErrorTree

    Permalink

    a null-graph (no verticies/K0)

    a null-graph (no verticies/K0)

    Definition Classes
    ErrorTreeTreeLike
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isEmpty(a: ErrorTree): Boolean

    Permalink
    Definition Classes
    TreeLike
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isNonEmpty(a: ErrorTree): Boolean

    Permalink
    Definition Classes
    TreeLike
  21. def listSubtrees(a: ErrorTree): List[Key]

    Permalink
    Definition Classes
    ErrorTreeTreeLike
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def one(in: NonEmptyList[ErrorMsg]): ErrorTree

    Permalink

    create a tree with a single vertex (a singleton graph)

    create a tree with a single vertex (a singleton graph)

    Definition Classes
    ErrorTreeTreeLike
  26. def oneErr(in: ErrorMsg): ErrorTree

    Permalink
  27. def prefixWith(a: ErrorTree, key: String): ErrorTree

    Permalink

    Add an key to the start of each existing key, effectively creating a new tree with the existing tree as a single subtree

    Add an key to the start of each existing key, effectively creating a new tree with the existing tree as a single subtree

    Definition Classes
    ErrorTreeTreeLike
  28. def prefixWithMany(value: ErrorTree, key: List[Key]): ErrorTree

    Permalink
    Definition Classes
    TreeLike
  29. def simplified(a: ErrorTree): Map[InputPath, ErrorMsg]

    Permalink
  30. def subTree(a: ErrorTree, keyPath: String): ErrorTree

    Permalink

    gives the subtree at a given key

    gives the subtree at a given key

    Definition Classes
    ErrorTreeTreeLike
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def valueAt(a: ErrorTree, key: Key): Option[Value]

    Permalink
    Definition Classes
    TreeLike
  34. def valueAtPath(a: ErrorTree, key: List[Key]): Option[Value]

    Permalink
    Definition Classes
    TreeLike
  35. def valueAtRoot(a: ErrorTree): Option[NonEmptyList[ErrorMsg]]

    Permalink
    Definition Classes
    ErrorTreeTreeLike
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TreeLike[ErrorTree]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped