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