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) 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)

    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. 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

  10. val declareVariablesToSuppressDuplicateErrors: Boolean

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

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

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

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

    Permalink
  15. val features: Set[SemanticFeature]

    Permalink
  16. def finalize(): Unit

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

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

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

    Permalink
  20. val initialWith: Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def newChildScope: SemanticState

    Permalink
  25. def newSiblingScope: SemanticState

    Permalink
  26. val notifications: Set[InternalNotification]

    Permalink
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def popScope: SemanticState

    Permalink
  30. def recogniseInitialWith: SemanticState

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

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

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

    Permalink
  34. def scopeTree: Scope

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

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

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

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

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

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withFeature(feature: SemanticFeature): SemanticState

    Permalink
  44. 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