Packages

class CallDb extends OdbNode with StoredNode with Expression with CallRepr with CallBase

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallDb
  2. CallBase
  3. HasMethodInstFullName
  4. HasTypeFullName
  5. HasDispatchType
  6. HasArgumentIndex
  7. CallRepr
  8. CallReprBase
  9. HasSignature
  10. HasName
  11. Expression
  12. CfgNode
  13. AstNode
  14. TrackingPoint
  15. WithinMethod
  16. ExpressionBase
  17. CfgNodeBase
  18. AstNodeBase
  19. HasColumnNumber
  20. HasLineNumber
  21. TrackingPointBase
  22. WithinMethodBase
  23. HasOrder
  24. HasCode
  25. StoredNode
  26. Node
  27. Product
  28. Equals
  29. OdbNode
  30. Vertex
  31. Host
  32. Element
  33. AnyRef
  34. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CallDb(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. def argumentIndex(): Integer
    Definition Classes
    CallDbHasArgumentIndex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    CallBase
  9. def blockOffsetToOccurrence(arg0: Direction, arg1: String, arg2: NodeRef[_ <: OdbNode], arg3: Int): Int
    Definition Classes
    OdbNode
  10. def canEqual(that: Any): Boolean
    Definition Classes
    CallDb → Equals
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def code(): String
    Definition Classes
    CallDbHasCode
  13. def columnNumber(): Option[Integer]
    Definition Classes
    CallDbHasColumnNumber
  14. def dispatchType(): String
    Definition Classes
    CallDbHasDispatchType
  15. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def getAdjacentVerticesWithProperties(): Array[AnyRef]
    Definition Classes
    OdbNode
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getEdgeOffsets(): Array[Int]
    Definition Classes
    OdbNode
  22. def getEdgeProperties[V <: AnyRef](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: <repeated...>[String]): Iterator[Property[V]]
    Definition Classes
    OdbNode
    Annotations
    @transient()
  23. def getEdgeProperty[V <: AnyRef](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: String): Property[V]
    Definition Classes
    OdbNode
  24. def getId: Long
    Definition Classes
    StoredNode
  25. def graph(): Graph
    Definition Classes
    OdbNode → Element
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def id(): AnyRef
    Definition Classes
    OdbNode → Element
  28. def instantiateDummyEdge(arg0: String, arg1: NodeRef[_ <: OdbNode], arg2: NodeRef[_ <: OdbNode]): OdbEdge
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    OdbNode
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def keys(): Set[String]
    Definition Classes
    OdbNode → Element
  31. def label(): String
    Definition Classes
    CallDb → Element
  32. def layoutInformation(): NodeLayoutInformation
    Definition Classes
    CallDb → OdbNode
  33. def lineNumber(): Option[Integer]
    Definition Classes
    CallDbHasLineNumber
  34. def methodInstFullName(): String
    Definition Classes
    CallDbHasMethodInstFullName
  35. def name(): String
    Definition Classes
    CallDbHasName
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def occurrenceToBlockOffset(arg0: Direction, arg1: String, arg2: NodeRef[_ <: OdbNode], arg3: Int): Int
    Definition Classes
    OdbNode
  40. def order(): Integer
    Definition Classes
    CallDbHasOrder
  41. def productArity: Int
    Definition Classes
    CallDb → Product
  42. def productElement(n: Int): Any
    Definition Classes
    CallDb → Product
  43. def productElementName(n: Int): String
    Definition Classes
    Product
  44. def productElementNames: Iterator[String]
    Definition Classes
    Product
  45. def productIterator: Iterator[Any]
    Definition Classes
    Product
  46. def productPrefix: String
    Definition Classes
    CallDb → Product
  47. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    OdbNode → Vertex → Element
    Annotations
    @transient()
  48. def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  49. def property[V <: AnyRef](arg0: String): VertexProperty[V]
    Definition Classes
    OdbNode → Vertex → Element
  50. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  51. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  52. def remove(): Unit
    Definition Classes
    OdbNode → Element
  53. def removeEdge(arg0: Direction, arg1: String, arg2: Int): Unit
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    OdbNode
  54. def removeSpecificProperty(key: String): Unit
    Attributes
    protected
    Definition Classes
    CallDb → OdbNode
  55. def setAdjacentVerticesWithProperties(arg0: Array[AnyRef]): Unit
    Definition Classes
    OdbNode
  56. def setEdgeOffsets(arg0: Array[Int]): Unit
    Definition Classes
    OdbNode
  57. def setEdgeProperty[V <: AnyRef](arg0: Direction, arg1: String, arg2: String, arg3: V, arg4: Int): Unit
    Definition Classes
    OdbNode
  58. def signature(): String
    Definition Classes
    CallDbHasSignature
  59. def specificProperties[A](key: String): Iterator[VertexProperty[A]]
    Attributes
    protected
    Definition Classes
    CallDb → OdbNode
  60. def specificProperty[A](key: String): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    CallDb → OdbNode
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def typeFullName(): String
    Definition Classes
    CallDbHasTypeFullName
  65. def underlying: Vertex
    Definition Classes
    StoredNode
  66. def updateSpecificProperty[A](cardinality: Cardinality, key: String, value: A): VertexProperty[A]
    Attributes
    protected
    Definition Classes
    CallDb → OdbNode
  67. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  68. def valueMap: Map[String, AnyRef]
    Definition Classes
    CallDbStoredNode → OdbNode
  69. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  70. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    OdbNode → Vertex
    Annotations
    @transient()
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CallBase

Inherited from HasMethodInstFullName

Inherited from HasTypeFullName

Inherited from HasDispatchType

Inherited from HasArgumentIndex

Inherited from CallRepr

Inherited from CallReprBase

Inherited from HasSignature

Inherited from HasName

Inherited from Expression

Inherited from CfgNode

Inherited from AstNode

Inherited from TrackingPoint

Inherited from WithinMethod

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasColumnNumber

Inherited from HasLineNumber

Inherited from TrackingPointBase

Inherited from WithinMethodBase

Inherited from HasOrder

Inherited from HasCode

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