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] = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addNode(expr: Variable): SemanticTable
  5. def addRelationship(expr: Variable): SemanticTable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): SemanticTable
    Definition Classes
    SemanticTable → AnyRef
  8. def containsNode(expr: String): Boolean
  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
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getActualTypeFor(expr: Expression): TypeSpec
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getTypeFor(s: String): TypeSpec
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def id(resolvedRelTypeName: RelTypeName): Option[RelTypeId]
  18. def id(propertyKeyName: PropertyKeyName): Option[PropertyKeyId]
  19. def id(labelName: LabelName): Option[LabelId]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isNode(expr: LogicalVariable): Boolean
  22. def isNode(expr: String): Boolean
  23. def isNodeCollection(expr: String): Boolean
  24. def isRelationship(expr: LogicalVariable): Boolean
  25. def isRelationship(expr: String): Boolean
  26. def isRelationshipCollection(expr: String): Boolean
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val recordedScopes: ASTAnnotationMap[ASTNode, Scope]
  31. def replaceExpressions(rewriter: Rewriter): SemanticTable
  32. def replaceNodes(replacements: (ASTNode, ASTNode)*): SemanticTable
  33. val resolvedLabelNames: Map[String, LabelId]
  34. val resolvedPropertyKeyNames: Map[String, PropertyKeyId]
  35. val resolvedRelTypeNames: Map[String, RelTypeId]
  36. def seen(expression: Expression): Boolean
  37. def symbolDefinition(variable: Variable): SymbolUse
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val types: ASTAnnotationMap[Expression, ExpressionTypeInfo]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped