Class/Object

org.opencypher.v9_0.ast.semantics

Scope

Related Docs: object Scope | package semantics

Permalink

final case class Scope(symbolTable: Map[String, Symbol], children: Seq[Scope]) extends TreeElem[Scope] with Product with Serializable

Self Type
Scope
Linear Supertypes
Serializable, Serializable, Product, Equals, TreeElem[Scope], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scope
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TreeElem
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scope(symbolTable: Map[String, Symbol], children: Seq[Scope])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allScopes: Seq[Scope]

    Permalink
  5. def allSymbolDefinitions: Map[String, Set[SymbolUse]]

    Permalink
  6. def allVariableDefinitions: Map[SymbolUse, SymbolUse]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val children: Seq[Scope]

    Permalink
    Definition Classes
    Scope → TreeElem
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def importValuesFromScope(other: Scope, exclude: Set[String] = Set.empty): Scope

    Permalink
  14. def isEmpty: Boolean

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def location(implicit zipper: TreeZipper[Scope]): Location

    Permalink
    Definition Classes
    TreeElem
  17. def markAsGenerated(variable: String): Scope

    Permalink
  18. def mergePositions(variable: String, positions: Set[InputPosition]): Scope

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def symbol(name: String): Option[Symbol]

    Permalink
  23. def symbolDefinitions: Set[SymbolUse]

    Permalink
  24. def symbolNames: Set[String]

    Permalink
  25. val symbolTable: Map[String, Symbol]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toIdString: String

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    Scope → AnyRef → Any
  29. def toStringWithoutId: String

    Permalink
  30. def updateChildren(newChildren: Seq[Scope]): Scope

    Permalink
    Definition Classes
    Scope → TreeElem
  31. def updateVariable(variable: String, types: TypeSpec, positions: Set[InputPosition]): Scope

    Permalink
  32. def valueSymbolTable: Map[String, Symbol]

    Permalink
  33. def variableDefinitions: Map[SymbolUse, SymbolUse]

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TreeElem[Scope]

Inherited from AnyRef

Inherited from Any

Ungrouped