Trait/Object

eu.timepit.crjdt.core

Node

Related Docs: object Node | package core

Permalink

sealed trait Node extends Product with Serializable

Source
Node.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addId(tag: TypeTag, id: Id, mut: Mutation): Node

    Permalink
  5. final def addNode(tag: TypeTag, node: Node): Node

    Permalink
  6. final def addRegValue(id: Id, value: Val): Node

    Permalink
  7. final def applyOp(op: Operation): Node

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def clear(deps: Set[Id], tag: TypeTag): (Node, Set[Id])

    Permalink
  10. final def clearAny(deps: Set[Id], key: Key): (Node, Set[Id])

    Permalink
  11. final def clearElem(deps: Set[Id], key: Key): (Node, Set[Id])

    Permalink
  12. final def clearList(deps: Set[Id], ref: ListRef): (Node, Set[Id])

    Permalink
  13. final def clearMap(deps: Set[Id], done: Set[Key]): (Node, Set[Id])

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def findChild(tag: TypeTag): Option[Node]

    Permalink
  19. final def getChild(tag: TypeTag): Node

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def getNextRef(ref: ListRef): ListRef

    Permalink
  22. final def getPres(key: Key): Set[Id]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def keySet: Set[TypeTag]

    Permalink
  26. final def keys(cur: Cursor): Set[String]

    Permalink
    Annotations
    @tailrec()
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def next(cur: Cursor): Cursor

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  32. def productPrefix: String

    Permalink
    Definition Classes
    Product
  33. final def setNextRef(src: ListRef, dst: ListRef): Node

    Permalink
  34. final def setPres(key: Key, pres: Set[Id]): Node

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def values(cur: Cursor): List[Val]

    Permalink
    Annotations
    @tailrec()
  38. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped