Packages

class Identifier extends NodeRef[IdentifierDb] with IdentifierBase with StoredNode with Expression with LocalLike

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

Instance Constructors

  1. new Identifier(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
    IdentifierNode
  5. def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  6. def argumentIndex: Integer
    Definition Classes
    IdentifierHasArgumentIndex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    IdentifierBase
  9. def canEqual(that: Any): Boolean
    Definition Classes
    Identifier → 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
    IdentifierHasCode
  13. def columnNumber: Option[Integer]
    Definition Classes
    IdentifierHasColumnNumber
  14. def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    NodeRef → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def get(): IdentifierDb
    Definition Classes
    NodeRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getId: Long
    Definition Classes
    StoredNode
  21. def graph(): Graph
    Definition Classes
    NodeRef → Element
  22. def hashCode(): Int
    Definition Classes
    NodeRef → AnyRef → Any
  23. def id(): AnyRef
    Definition Classes
    NodeRef → Element
  24. def isCleared(): Boolean
    Definition Classes
    NodeRef
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSet(): Boolean
    Definition Classes
    NodeRef
  27. def keys(): Set[String]
    Definition Classes
    Element
  28. def label(): String
    Definition Classes
    Identifier → Element
  29. def lineNumber: Option[Integer]
    Definition Classes
    IdentifierHasLineNumber
  30. def name: String
    Definition Classes
    IdentifierHasName
  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 order: Integer
    Definition Classes
    IdentifierHasOrder
  35. def productArity: Int
    Definition Classes
    Identifier → Product
  36. def productElement(n: Int): Any
    Definition Classes
    Identifier → Product
  37. def productElementName(n: Int): String
    Definition Classes
    Product
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def productIterator: Iterator[Any]
    Definition Classes
    Product
  40. def productPrefix: String
    Definition Classes
    Identifier → Product
  41. def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    NodeRef → Vertex → Element
    Annotations
    @transient()
  42. def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  43. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  44. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  45. def property[V <: AnyRef](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  46. def readFromDisk(arg0: Long): IdentifierDb
    Attributes
    protected[io.shiftleft.overflowdb]
    Definition Classes
    NodeRef
    Annotations
    @throws(classOf[java.io.IOException])
  47. def remove(): Unit
    Definition Classes
    NodeRef → Element
  48. def setNode(arg0: IdentifierDb): Unit
    Definition Classes
    NodeRef
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def typeFullName: String
    Definition Classes
    IdentifierHasTypeFullName
  53. def underlying: Vertex
    Definition Classes
    StoredNode
  54. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  55. def valueMap: Map[String, AnyRef]
    Definition Classes
    IdentifierStoredNode
  56. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  57. def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    NodeRef → Vertex
    Annotations
    @transient()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from LocalLike

Inherited from Expression

Inherited from CfgNode

Inherited from AstNode

Inherited from TrackingPoint

Inherited from WithinMethod

Inherited from StoredNode

Inherited from IdentifierBase

Inherited from HasTypeFullName

Inherited from HasArgumentIndex

Inherited from LocalLikeBase

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[IdentifierDb]

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped