Packages

class DomNodeDb extends OdbNode with StoredNode with DomNodeBase

Linear Supertypes
DomNodeBase, HasName, StoredNode, Node, Product, Equals, OdbNode, Vertex, Host, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomNodeDb
  2. DomNodeBase
  3. HasName
  4. StoredNode
  5. Node
  6. Product
  7. Equals
  8. OdbNode
  9. Vertex
  10. Host
  11. Element
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DomNodeDb(ref: NodeRef[OdbNode])

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 accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    Node
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    DomNodeBase
  8. lazy val attributes: List[DomAttribute]

    link to 'contained' node of type DomAttribute

    link to 'contained' node of type DomAttribute

    Definition Classes
    DomNodeDbDomNodeBase
  9. def blockOffsetToOccurrence(arg0: Direction, arg1: String, arg2: NodeRef, arg3: Int): Int
    Definition Classes
    OdbNode
  10. def canEqual(that: Any): Boolean
    Definition Classes
    DomNodeDb → Equals
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAdjacentVerticesWithProperties(): Array[AnyRef]
    Definition Classes
    OdbNode
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getEdgeOffsets(): Array[Int]
    Definition Classes
    OdbNode
  19. def getEdgeProperties[V](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: <repeated...>[String]): Iterator[Property[V]]
    Definition Classes
    OdbNode
    Annotations
    @transient()
  20. def getEdgeProperty[V](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: String): Property[V]
    Definition Classes
    OdbNode
  21. def getId: Long
    Definition Classes
    StoredNode
  22. def graph(): Graph
    Definition Classes
    OdbNode → Element
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def id(): AnyRef
    Definition Classes
    OdbNode → Element
  25. def instantiateDummyEdge(arg0: String, arg1: NodeRef, arg2: NodeRef): OdbEdge
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    OdbNode
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def keys(): Set[String]
    Definition Classes
    OdbNode → Element
  28. def label(): String
    Definition Classes
    DomNodeDb → Element
  29. def layoutInformation(): NodeLayoutInformation
    Definition Classes
    DomNodeDb → OdbNode
  30. def name(): String
    Definition Classes
    DomNodeDbHasName
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def occurrenceToBlockOffset(arg0: Direction, arg1: String, arg2: NodeRef, arg3: Int): Int
    Definition Classes
    OdbNode
  35. def productArity: Int
    Definition Classes
    DomNodeDb → Product
  36. def productElement(n: Int): Any
    Definition Classes
    DomNodeDb → Product
  37. def productIterator: Iterator[Any]
    Definition Classes
    Product
  38. def productPrefix: String
    Definition Classes
    DomNodeDb → Product
  39. def properties[V](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    OdbNode → Vertex → Element
    Annotations
    @transient()
  40. def property[V](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  41. def property[V](arg0: String): VertexProperty[V]
    Definition Classes
    OdbNode → Vertex → Element
  42. def property[V](arg0: String, arg1: V, arg2: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  43. def property[V](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  44. def remove(): Unit
    Definition Classes
    OdbNode → Element
  45. def removeEdge(arg0: Direction, arg1: String, arg2: Int): Unit
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    OdbNode
  46. def removeSpecificProperty(key: String): Unit
    Attributes
    protected
    Definition Classes
    DomNodeDb → OdbNode
  47. def setAdjacentVerticesWithProperties(arg0: Array[AnyRef]): Unit
    Definition Classes
    OdbNode
  48. def setEdgeOffsets(arg0: Array[Int]): Unit
    Definition Classes
    OdbNode
  49. def setEdgeProperty[V](arg0: Direction, arg1: String, arg2: String, arg3: V, arg4: Int): Unit
    Definition Classes
    OdbNode
  50. def specificProperties[A](key: String): Iterator[VertexProperty[A]]
    Attributes
    protected
    Definition Classes
    DomNodeDb → OdbNode
  51. def specificProperty[A](key: String): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    DomNodeDb → OdbNode
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def underlying: Vertex
    Definition Classes
    StoredNode
  56. def updateSpecificProperty[A](cardinality: Cardinality, key: String, value: A): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    DomNodeDb → OdbNode
  57. def value[V](key: String): V
    Definition Classes
    Element
    Annotations
    @throws( ... )
  58. def valueMap: Map[String, AnyRef]
    Definition Classes
    DomNodeDbStoredNode → OdbNode
  59. def values[V](arg0: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  60. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DomNodeBase

Inherited from HasName

Inherited from StoredNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from OdbNode

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped