Packages

class Call extends NodeRef[CallDb] with CallBase with StoredNode with Expression with CallRepr

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Call
  2. CallRepr
  3. Expression
  4. CfgNode
  5. AstNode
  6. TrackingPoint
  7. WithinMethod
  8. StoredNode
  9. CallBase
  10. HasMethodInstFullName
  11. HasTypeFullName
  12. HasDispatchType
  13. HasArgumentIndex
  14. CallReprBase
  15. HasSignature
  16. HasName
  17. ExpressionBase
  18. CfgNodeBase
  19. AstNodeBase
  20. HasColumnNumber
  21. HasLineNumber
  22. TrackingPointBase
  23. WithinMethodBase
  24. HasOrder
  25. HasCode
  26. Node
  27. Product
  28. Equals
  29. NodeRef
  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 Call(graph: OdbGraph, id: Long)

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
    CallNode
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  6. def argumentIndex: Integer
    Definition Classes
    CallHasArgumentIndex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    CallBase
  9. def canEqual(that: Any): Boolean
    Definition Classes
    Call → Equals
  10. def clear(): Unit
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws(classOf[java.io.IOException])
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def code: String
    Definition Classes
    CallHasCode
  13. def columnNumber: Option[Integer]
    Definition Classes
    CallHasColumnNumber
  14. def dispatchType: String
    Definition Classes
    CallHasDispatchType
  15. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    NodeRef → AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def get(): CallDb
    Definition Classes
    NodeRef
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getId: Long
    Definition Classes
    StoredNode
  22. def graph(): Graph
    Definition Classes
    NodeRef → Element
  23. def hashCode(): Int
    Definition Classes
    NodeRef → AnyRef → Any
  24. def id(): AnyRef
    Definition Classes
    NodeRef → Element
  25. def isCleared(): Boolean
    Definition Classes
    NodeRef
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isSet(): Boolean
    Definition Classes
    NodeRef
  28. def keys(): Set[String]
    Definition Classes
    Element
  29. def label(): String
    Definition Classes
    Call → Element
  30. def lineNumber: Option[Integer]
    Definition Classes
    CallHasLineNumber
  31. def methodInstFullName: String
    Definition Classes
    CallHasMethodInstFullName
  32. def name: String
    Definition Classes
    CallHasName
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def order: Integer
    Definition Classes
    CallHasOrder
  37. def productArity: Int
    Definition Classes
    Call → Product
  38. def productElement(n: Int): Any
    Definition Classes
    Call → Product
  39. def productElementName(n: Int): String
    Definition Classes
    Product
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def productIterator: Iterator[Any]
    Definition Classes
    Product
  42. def productPrefix: String
    Definition Classes
    Call → Product
  43. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    NodeRef → Vertex → Element
    Annotations
    @transient()
  44. def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  45. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  46. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  47. def property[V <: AnyRef](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  48. def readFromDisk(arg0: Long): CallDb
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws(classOf[java.io.IOException])
  49. def remove(): Unit
    Definition Classes
    NodeRef → Element
  50. def setNode(arg0: CallDb): Unit
    Definition Classes
    NodeRef
  51. def signature: String
    Definition Classes
    CallHasSignature
  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 typeFullName: String
    Definition Classes
    CallHasTypeFullName
  56. def underlying: Vertex
    Definition Classes
    StoredNode
  57. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  58. def valueMap: Map[String, AnyRef]
    Definition Classes
    CallStoredNode
  59. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  60. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CallRepr

Inherited from Expression

Inherited from CfgNode

Inherited from AstNode

Inherited from TrackingPoint

Inherited from WithinMethod

Inherited from StoredNode

Inherited from CallBase

Inherited from HasMethodInstFullName

Inherited from HasTypeFullName

Inherited from HasDispatchType

Inherited from HasArgumentIndex

Inherited from CallReprBase

Inherited from HasSignature

Inherited from HasName

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 Node

Inherited from Product

Inherited from Equals

Inherited from NodeRef[CallDb]

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped