Packages

implicit object ErrorTree extends TreeLike[ErrorTree]

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

Type Members

  1. type Key = String
    Definition Classes
    ErrorTreeTreeLike
  2. type Value = NonEmptyList[ErrorMsg]
    Definition Classes
    ErrorTreeTreeLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def /(a: ErrorTree, key: Key): ErrorTree

    gives the subtree at a given key

    gives the subtree at a given key

    Definition Classes
    TreeLike
  4. def /?(a: ErrorTree, key: Key): Option[ErrorTree]
    Definition Classes
    TreeLike
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def appendWith(a: ErrorTree, key: String): ErrorTree
    Definition Classes
    ErrorTreeTreeLike
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def atPath(a: ErrorTree, path: List[Key]): ErrorTree

    gives the subtree at a given path

    gives the subtree at a given path

    Definition Classes
    TreeLike
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def definedAt(a: ErrorTree, key: Key): Boolean

    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
  11. def definedAtPath(a: ErrorTree, key: List[Key]): Boolean

    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. def definedAtRoot(a: ErrorTree): Boolean

    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
  13. val empty: ErrorTree

    a null-graph (no verticies/K0)

    a null-graph (no verticies/K0)

    Definition Classes
    ErrorTreeTreeLike
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def isEmpty(a: ErrorTree): Boolean
    Definition Classes
    TreeLike
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isNonEmpty(a: ErrorTree): Boolean
    Definition Classes
    TreeLike
  21. def listSubtrees(a: ErrorTree): List[Key]
    Definition Classes
    ErrorTreeTreeLike
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def one(in: NonEmptyList[ErrorMsg]): ErrorTree

    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
  27. def prefixWith(a: ErrorTree, key: String): ErrorTree

    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
    Definition Classes
    TreeLike
  29. def simplified(a: ErrorTree): Map[InputPath, ErrorMsg]
  30. def subTree(a: ErrorTree, keyPath: String): ErrorTree

    gives the subtree at a given key

    gives the subtree at a given key

    Definition Classes
    ErrorTreeTreeLike
  31. def subTreeOpt(a: ErrorTree, keyPath: String): Option[ErrorTree]
    Definition Classes
    ErrorTreeTreeLike
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def valueAt(a: ErrorTree, key: Key): Option[Value]
    Definition Classes
    TreeLike
  35. def valueAtPath(a: ErrorTree, key: List[Key]): Option[Value]
    Definition Classes
    TreeLike
  36. def valueAtRoot(a: ErrorTree): Option[NonEmptyList[ErrorMsg]]
    Definition Classes
    ErrorTreeTreeLike
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from TreeLike[ErrorTree]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped