Class/Object

org.opencypher.v9_0.ast.semantics

SemanticState

Related Docs: object SemanticState | package semantics

Permalink

case class SemanticState(currentScope: ScopeLocation, typeTable: ASTAnnotationMap[Expression, ExpressionTypeInfo], recordedScopes: ASTAnnotationMap[ASTNode, Scope], notifications: Set[InternalNotification] = Set.empty, features: Set[SemanticFeature] = Set.empty, initialWith: Boolean = false, declareVariablesToSuppressDuplicateErrors: Boolean = true, cypher9ComparabilitySemantics: Boolean = false) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemanticState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SemanticState(currentScope: ScopeLocation, typeTable: ASTAnnotationMap[Expression, ExpressionTypeInfo], recordedScopes: ASTAnnotationMap[ASTNode, Scope], notifications: Set[InternalNotification] = Set.empty, features: Set[SemanticFeature] = Set.empty, initialWith: Boolean = false, declareVariablesToSuppressDuplicateErrors: Boolean = true, cypher9ComparabilitySemantics: Boolean = false)

    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 addNotification(notification: InternalNotification): SemanticState

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clearInitialWith: SemanticState

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val currentScope: ScopeLocation

    Permalink
  9. val cypher9ComparabilitySemantics: Boolean

    Permalink
  10. def declareVariable(variable: LogicalVariable, possibleTypes: TypeSpec, positions: Set[InputPosition] = Set.empty, overriding: Boolean = false): Either[SemanticError, SemanticState]

    Permalink

    overriding

    if true then a previous occurrence of that variable is overridden. if false then a previous occurrence of that variable leads to an error

  11. val declareVariablesToSuppressDuplicateErrors: Boolean

    Permalink
  12. def ensureVariableDefined(variable: LogicalVariable): Either[SemanticError, SemanticState]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def expectType(expression: Expression, possibleTypes: TypeSpec): (SemanticState, TypeSpec)

    Permalink
  15. def expressionType(expression: Expression): ExpressionTypeInfo

    Permalink
  16. val features: Set[SemanticFeature]

    Permalink
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def implicitVariable(variable: LogicalVariable, possibleTypes: TypeSpec): Either[SemanticError, SemanticState]

    Permalink
  20. def importValuesFromScope(scope: Scope, exclude: Set[String] = Set.empty): SemanticState

    Permalink
  21. val initialWith: Boolean

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def mergeSymbolPositionsFromScope(scope: Scope, exclude: Set[String] = Set.empty): SemanticState

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

    Permalink
    Definition Classes
    AnyRef
  25. def newChildScope: SemanticState

    Permalink
  26. def newSiblingScope: SemanticState

    Permalink
  27. val notifications: Set[InternalNotification]

    Permalink
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def popScope: SemanticState

    Permalink
  31. def recogniseInitialWith: SemanticState

    Permalink
  32. def recordCurrentScope(astNode: ASTNode): SemanticState

    Permalink
  33. val recordedScopes: ASTAnnotationMap[ASTNode, Scope]

    Permalink
  34. def scope(astNode: ASTNode): Option[Scope]

    Permalink
  35. def scopeTree: Scope

    Permalink
  36. def specifyType(expression: Expression, possibleTypes: TypeSpec): Either[SemanticError, SemanticState]

    Permalink
  37. def symbol(name: String): Option[Symbol]

    Permalink
  38. def symbolTypes(name: String): TypeSpec

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

    Permalink
    Definition Classes
    AnyRef
  40. val typeTable: ASTAnnotationMap[Expression, ExpressionTypeInfo]

    Permalink
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withCypher9ComparabilitySemantics(cypher9ComparabilitySemantics: Boolean): SemanticState

    Permalink
  45. def withFeature(feature: SemanticFeature): SemanticState

    Permalink
  46. def withFeatures(features: SemanticFeature*): SemanticState

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped