class AnnotationDb extends OdbNode with StoredNode with AstNode with AnnotationBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnnotationDb
- AnnotationBase
- HasFullName
- HasName
- HasCode
- AstNode
- AstNodeBase
- HasOrder
- StoredNode
- Node
- Product
- Equals
- OdbNode
- Vertex
- Host
- Element
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnnotationDb(ref: NodeRef[OdbNode])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accept[T](visitor: NodeVisitor[T]): T
- Definition Classes
- Node
- def addEdge(arg0: String, arg1: Vertex, arg2: <repeated...>[AnyRef]): Edge
- Definition Classes
- OdbNode → Vertex
- Annotations
- @transient()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- AnnotationBase
- def blockOffsetToOccurrence(arg0: Direction, arg1: String, arg2: NodeRef[_ <: OdbNode], arg3: Int): Int
- Definition Classes
- OdbNode
- def canEqual(that: Any): Boolean
- Definition Classes
- AnnotationDb → Equals
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def code(): String
- Definition Classes
- AnnotationDb → HasCode
- def edges(arg0: Direction, arg1: <repeated...>[String]): Iterator[Edge]
- Definition Classes
- OdbNode → Vertex
- Annotations
- @transient()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fullName(): String
- Definition Classes
- AnnotationDb → HasFullName
- def getAdjacentVerticesWithProperties(): Array[AnyRef]
- Definition Classes
- OdbNode
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEdgeOffsets(): Array[Int]
- Definition Classes
- OdbNode
- def getEdgeProperties[V <: AnyRef](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: <repeated...>[String]): Iterator[Property[V]]
- Definition Classes
- OdbNode
- Annotations
- @transient()
- def getEdgeProperty[V <: AnyRef](arg0: Direction, arg1: OdbEdge, arg2: Int, arg3: String): Property[V]
- Definition Classes
- OdbNode
- def getId: Long
- Definition Classes
- StoredNode
- def graph(): Graph
- Definition Classes
- OdbNode → Element
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id(): AnyRef
- Definition Classes
- OdbNode → Element
- def instantiateDummyEdge(arg0: String, arg1: NodeRef[_ <: OdbNode], arg2: NodeRef[_ <: OdbNode]): OdbEdge
- Attributes
- protected[io.shiftleft.overflowdb]
- Definition Classes
- OdbNode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keys(): Set[String]
- Definition Classes
- OdbNode → Element
- def label(): String
- Definition Classes
- AnnotationDb → Element
- def layoutInformation(): NodeLayoutInformation
- Definition Classes
- AnnotationDb → OdbNode
- def name(): String
- Definition Classes
- AnnotationDb → HasName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def occurrenceToBlockOffset(arg0: Direction, arg1: String, arg2: NodeRef[_ <: OdbNode], arg3: Int): Int
- Definition Classes
- OdbNode
- def order(): Integer
- Definition Classes
- AnnotationDb → HasOrder
- def productArity: Int
- Definition Classes
- AnnotationDb → Product
- def productElement(n: Int): Any
- Definition Classes
- AnnotationDb → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- AnnotationDb → Product
- def properties[V <: AnyRef](arg0: <repeated...>[String]): Iterator[VertexProperty[V]]
- Definition Classes
- OdbNode → Vertex → Element
- Annotations
- @transient()
- def property[V <: AnyRef](arg0: Cardinality, arg1: String, arg2: V, arg3: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- OdbNode → Vertex
- Annotations
- @transient()
- def property[V <: AnyRef](arg0: String): VertexProperty[V]
- Definition Classes
- OdbNode → Vertex → Element
- def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
- Definition Classes
- Vertex
- Annotations
- @transient()
- def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
- Definition Classes
- Vertex → Element
- def remove(): Unit
- Definition Classes
- OdbNode → Element
- def removeEdge(arg0: Direction, arg1: String, arg2: Int): Unit
- Attributes
- protected[io.shiftleft.overflowdb]
- Definition Classes
- OdbNode
- def removeSpecificProperty(key: String): Unit
- Attributes
- protected
- Definition Classes
- AnnotationDb → OdbNode
- def setAdjacentVerticesWithProperties(arg0: Array[AnyRef]): Unit
- Definition Classes
- OdbNode
- def setEdgeOffsets(arg0: Array[Int]): Unit
- Definition Classes
- OdbNode
- def setEdgeProperty[V <: AnyRef](arg0: Direction, arg1: String, arg2: String, arg3: V, arg4: Int): Unit
- Definition Classes
- OdbNode
- def specificProperties[A](key: String): Iterator[VertexProperty[A]]
- Attributes
- protected
- Definition Classes
- AnnotationDb → OdbNode
- def specificProperty[A](key: String): VertexProperty[A]
- Attributes
- protected
- Definition Classes
- AnnotationDb → OdbNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMap: Map[String, Any]
- Definition Classes
- StoredNode
- def toString(): String
- Definition Classes
- AnyRef → Any
- def underlying: Vertex
- Definition Classes
- StoredNode
- def updateSpecificProperty[A](cardinality: Cardinality, key: String, value: A): VertexProperty[A]
- Attributes
- protected
- Definition Classes
- AnnotationDb → OdbNode
- def value[V <: AnyRef](key: String): V
- Definition Classes
- Element
- Annotations
- @throws(classOf[java.util.NoSuchElementException])
- def valueMap: Map[String, AnyRef]
- Definition Classes
- AnnotationDb → StoredNode → OdbNode
- def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
- Definition Classes
- Element
- Annotations
- @transient()
- def vertices(arg0: Direction, arg1: <repeated...>[String]): Iterator[Vertex]
- Definition Classes
- OdbNode → Vertex
- Annotations
- @transient()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()