Packages

class AnnotationLiteral extends NodeRef[AnnotationLiteralDb] with AnnotationLiteralBase with StoredNode with Expression

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

Instance Constructors

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

Inherited from Expression

Inherited from CfgNode

Inherited from AstNode

Inherited from TrackingPoint

Inherited from WithinMethod

Inherited from StoredNode

Inherited from AnnotationLiteralBase

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

Inherited from Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped