Packages

trait StoredNode extends Node with AbstractNode with Product

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StoredNode
  2. Product
  3. Equals
  4. AbstractNode
  5. Node
  6. Element
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def addEdge(arg0: String, arg1: Node, arg2: Map[String, AnyRef]): Edge
    Definition Classes
    Node
  2. abstract def addEdge(arg0: String, arg1: Node, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    Node
    Annotations
    @transient()
  3. abstract def addEdgeSilent(arg0: String, arg1: Node, arg2: Map[String, AnyRef]): Unit
    Definition Classes
    Node
  4. abstract def addEdgeSilent(arg0: String, arg1: Node, arg2: <repeated...>[AnyRef]): Unit
    Definition Classes
    Node
    Annotations
    @transient()
  5. abstract def both(arg0: <repeated...>[String]): Iterator[Node]
    Definition Classes
    Node
    Annotations
    @transient()
  6. abstract def both(): Iterator[Node]
    Definition Classes
    Node
  7. abstract def bothE(arg0: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    Node
    Annotations
    @transient()
  8. abstract def bothE(): Iterator[Edge]
    Definition Classes
    Node
  9. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  10. abstract def graph(): Graph
    Definition Classes
    Element
  11. abstract def id(): Long
    Definition Classes
    Node
  12. abstract def in(arg0: <repeated...>[String]): Iterator[Node]
    Definition Classes
    Node
    Annotations
    @transient()
  13. abstract def in(): Iterator[Node]
    Definition Classes
    Node
  14. abstract def inE(arg0: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    Node
    Annotations
    @transient()
  15. abstract def inE(): Iterator[Edge]
    Definition Classes
    Node
  16. abstract def label: String
    Definition Classes
    AbstractNode
  17. abstract def out(arg0: <repeated...>[String]): Iterator[Node]
    Definition Classes
    Node
    Annotations
    @transient()
  18. abstract def out(): Iterator[Node]
    Definition Classes
    Node
  19. abstract def outE(arg0: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    Node
    Annotations
    @transient()
  20. abstract def outE(): Iterator[Edge]
    Definition Classes
    Node
  21. abstract def productArity: Int
    Definition Classes
    Product
  22. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  23. abstract def productElementLabel(n: Int): String

    labels of product elements, used e.g.

    labels of product elements, used e.g. for pretty-printing

  24. abstract def property[A <: AnyRef](arg0: PropertyKey[A]): A
    Definition Classes
    Element
  25. abstract def property(arg0: String): AnyRef
    Definition Classes
    Element
  26. abstract def propertyKeys(): Set[String]
    Definition Classes
    Element
  27. abstract def propertyMap(): Map[String, AnyRef]
    Definition Classes
    Element
  28. abstract def propertyOption(arg0: String): Optional[AnyRef]
    Definition Classes
    Element
  29. abstract def propertyOption[A <: AnyRef](arg0: PropertyKey[A]): Optional[A]
    Definition Classes
    Element
  30. abstract def remove(): Unit
    Definition Classes
    Element
  31. abstract def removeProperty(arg0: String): Unit
    Definition Classes
    Element
  32. abstract def setProperty(arg0: Property[_ <: AnyRef]): Unit
    Definition Classes
    Element
  33. abstract def setProperty[A <: AnyRef](arg0: PropertyKey[A], arg1: A): Unit
    Definition Classes
    Element
  34. abstract def setProperty(arg0: String, arg1: AnyRef): Unit
    Definition Classes
    Element
  35. abstract def valueMap: Map[String, AnyRef]

Concrete 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. def _aliasOfIn: Iterator[StoredNode]
  5. def _aliasOfOut: Iterator[StoredNode]
  6. def _argumentIn: Iterator[StoredNode]
  7. def _argumentOut: Iterator[StoredNode]
  8. def _astIn: Iterator[StoredNode]
  9. def _astOut: Iterator[StoredNode]
  10. def _bindsToIn: Iterator[StoredNode]
  11. def _bindsToOut: Iterator[StoredNode]
  12. def _callIn: Iterator[StoredNode]
  13. def _callOut: Iterator[StoredNode]
  14. def _cdgIn: Iterator[StoredNode]
  15. def _cdgOut: Iterator[StoredNode]
  16. def _cfgIn: Iterator[StoredNode]
  17. def _cfgOut: Iterator[StoredNode]
  18. def _conditionIn: Iterator[StoredNode]
  19. def _conditionOut: Iterator[StoredNode]
  20. def _containsIn: Iterator[StoredNode]
  21. def _containsOut: Iterator[StoredNode]
  22. def _dominateIn: Iterator[StoredNode]
  23. def _dominateOut: Iterator[StoredNode]
  24. def _evalTypeIn: Iterator[StoredNode]
  25. def _evalTypeOut: Iterator[StoredNode]
  26. def _inheritsFromIn: Iterator[StoredNode]
  27. def _inheritsFromOut: Iterator[StoredNode]
  28. def _parameterLinkIn: Iterator[StoredNode]
  29. def _parameterLinkOut: Iterator[StoredNode]
  30. def _postDominateIn: Iterator[StoredNode]
  31. def _postDominateOut: Iterator[StoredNode]
  32. def _reachingDefIn: Iterator[StoredNode]
  33. def _reachingDefOut: Iterator[StoredNode]
  34. def _receiverIn: Iterator[StoredNode]
  35. def _receiverOut: Iterator[StoredNode]
  36. def _refIn: Iterator[StoredNode]
  37. def _refOut: Iterator[StoredNode]
  38. def _sourceFileIn: Iterator[StoredNode]
  39. def _sourceFileOut: Iterator[StoredNode]
  40. def _taggedByIn: Iterator[StoredNode]
  41. def _taggedByOut: Iterator[StoredNode]
  42. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  43. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  46. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  47. def fromNewNode(newNode: NewNode, mapping: (NewNode) => StoredNode): Unit
  48. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def productElementName(n: Int): String
    Definition Classes
    Product
  55. def productElementNames: Iterator[String]
    Definition Classes
    Product
  56. def productIterator: Iterator[Any]
    Definition Classes
    Product
  57. def productPrefix: String
    Definition Classes
    Product
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toMap: Map[String, Any]
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. def underlying: Node
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from Node

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped