Class/Object

org.opencypher.v9_0.ast.semantics

SemanticTable

Related Docs: object SemanticTable | package semantics

Permalink

class SemanticTable extends Cloneable

Linear Supertypes
Cloneable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemanticTable
  2. Cloneable
  3. Cloneable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SemanticTable(types: ASTAnnotationMap[Expression, ExpressionTypeInfo] = ASTAnnotationMap.empty, recordedScopes: ASTAnnotationMap[ASTNode, Scope] = ASTAnnotationMap.empty, resolvedLabelNames: Map[String, LabelId] = ..., resolvedPropertyKeyNames: Map[String, PropertyKeyId] = ..., resolvedRelTypeNames: Map[String, RelTypeId] = ...)

    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 addNode(expr: Variable): SemanticTable

    Permalink
  5. def addRelationship(expr: Variable): SemanticTable

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): SemanticTable

    Permalink
    Definition Classes
    SemanticTable → AnyRef
  8. def containsNode(expr: String): Boolean

    Permalink
  9. def copy(types: ASTAnnotationMap[Expression, ExpressionTypeInfo] = types, recordedScopes: ASTAnnotationMap[ASTNode, Scope] = recordedScopes, resolvedLabelIds: Map[String, LabelId] = resolvedLabelNames, resolvedPropertyKeyNames: Map[String, PropertyKeyId] = resolvedPropertyKeyNames, resolvedRelTypeNames: Map[String, RelTypeId] = resolvedRelTypeNames): SemanticTable

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

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getActualTypeFor(expr: Expression): TypeSpec

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getTypeFor(s: String): TypeSpec

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def id(resolvedRelTypeName: RelTypeName): Option[RelTypeId]

    Permalink
  18. def id(propertyKeyName: PropertyKeyName): Option[PropertyKeyId]

    Permalink
  19. def id(labelName: LabelName): Option[LabelId]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isNode(expr: LogicalVariable): Boolean

    Permalink
  22. def isNode(expr: String): Boolean

    Permalink
  23. def isNodeCollection(expr: String): Boolean

    Permalink
  24. def isRelationship(expr: LogicalVariable): Boolean

    Permalink
  25. def isRelationship(expr: String): Boolean

    Permalink
  26. def isRelationshipCollection(expr: String): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val recordedScopes: ASTAnnotationMap[ASTNode, Scope]

    Permalink
  31. def replaceExpressions(rewriter: Rewriter): SemanticTable

    Permalink
  32. def replaceNodes(replacements: (ASTNode, ASTNode)*): SemanticTable

    Permalink
  33. val resolvedLabelNames: Map[String, LabelId]

    Permalink
  34. val resolvedPropertyKeyNames: Map[String, PropertyKeyId]

    Permalink
  35. val resolvedRelTypeNames: Map[String, RelTypeId]

    Permalink
  36. def seen(expression: Expression): Boolean

    Permalink
  37. def symbolDefinition(variable: Variable): SymbolUse

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

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. val types: 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( ... )

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped