Packages

trait Expression extends StoredNode with ExpressionBase with TrackingPoint with CfgNode with AstNode

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

Abstract Value Members

  1. abstract def addEdge(label: String, inVertex: Vertex, keyValues: <repeated...>[AnyRef]): Edge
    Definition Classes
    Vertex
    Annotations
    @transient()
  2. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  3. abstract def code: String
    Definition Classes
    HasCode
  4. abstract def columnNumber: Option[Integer]
    Definition Classes
    HasColumnNumber
  5. abstract def edges(direction: Direction, edgeLabels: <repeated...>[String]): Iterator[Edge]
    Definition Classes
    Vertex
    Annotations
    @transient()
  6. abstract def graph(): Graph
    Definition Classes
    Element
  7. abstract def id(): AnyRef
    Definition Classes
    Element
  8. abstract def label(): String
    Definition Classes
    Element
  9. abstract def lineNumber: Option[Integer]
    Definition Classes
    HasLineNumber
  10. abstract def order: Integer
    Definition Classes
    HasOrder
  11. abstract def productArity: Int
    Definition Classes
    Product
  12. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  13. abstract def properties[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[VertexProperty[V]]
    Definition Classes
    Vertex → Element
    Annotations
    @transient()
  14. abstract def property[V <: AnyRef](cardinality: Cardinality, key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  15. abstract def remove(): Unit
    Definition Classes
    Element
  16. abstract def valueMap: Map[String, AnyRef]
    Definition Classes
    StoredNode
  17. abstract def vertices(direction: Direction, edgeLabels: <repeated...>[String]): Iterator[Vertex]
    Definition Classes
    Vertex
    Annotations
    @transient()

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getId: Long
    Definition Classes
    StoredNode
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def keys(): Set[String]
    Definition Classes
    Element
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def productElementName(n: Int): String
    Definition Classes
    Product
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def productIterator: Iterator[Any]
    Definition Classes
    Product
  21. def productPrefix: String
    Definition Classes
    Product
  22. def property[V <: AnyRef](key: String, value: V, keyValues: <repeated...>[AnyRef]): VertexProperty[V]
    Definition Classes
    Vertex
    Annotations
    @transient()
  23. def property[V <: AnyRef](key: String, value: V): VertexProperty[V]
    Definition Classes
    Vertex → Element
  24. def property[V <: AnyRef](key: String): VertexProperty[V]
    Definition Classes
    Vertex → Element
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toMap: Map[String, Any]
    Definition Classes
    StoredNode
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def underlying: Vertex
    Definition Classes
    StoredNode
  29. def value[V <: AnyRef](key: String): V
    Definition Classes
    Element
    Annotations
    @throws(classOf[java.util.NoSuchElementException])
  30. def values[V <: AnyRef](propertyKeys: <repeated...>[String]): Iterator[V]
    Definition Classes
    Element
    Annotations
    @transient()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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 Vertex

Inherited from Host

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped