Class/Object

org.opencypher.v9_1.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) 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)

    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): Either[SemanticError, SemanticState]

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

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

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

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

    Permalink
  14. val features: Set[SemanticFeature]

    Permalink
  15. def finalize(): Unit

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

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

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

    Permalink
  19. val initialWith: Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def newChildScope: SemanticState

    Permalink
  24. def newSiblingScope: SemanticState

    Permalink
  25. val notifications: Set[InternalNotification]

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def popScope: SemanticState

    Permalink
  29. def recogniseInitialWith: SemanticState

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

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

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

    Permalink
  33. def scopeTree: Scope

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

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

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

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

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

    Permalink
  39. final def wait(): Unit

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

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

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

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