Packages

t

org.opencypher.v9_0.ast

RelationshipPropertyConstraintCommand

trait RelationshipPropertyConstraintCommand extends PropertyConstraintCommand

Linear Supertypes
PropertyConstraintCommand, SemanticAnalysisTooling, Command, Statement, ASTNode, Rewritable, Foldable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationshipPropertyConstraintCommand
  2. PropertyConstraintCommand
  3. SemanticAnalysisTooling
  4. Command
  5. Statement
  6. ASTNode
  7. Rewritable
  8. Foldable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def position: InputPosition
    Definition Classes
    ASTNode
  3. abstract def productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  5. abstract def property: Property
    Definition Classes
    PropertyConstraintCommand
  6. abstract def relType: RelTypeName
  7. abstract def variable: Variable
    Definition Classes
    PropertyConstraintCommand

Concrete 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 asCanonicalStringVal: String
    Definition Classes
    ASTNode
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkTypes(expression: Expression, signatures: Seq[TypeSignature]): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def declareVariable(v: LogicalVariable, typeGen: TypeGenerator, positions: Set[InputPosition] = Set.empty, overriding: Boolean = false): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    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

    Definition Classes
    SemanticAnalysisTooling
  9. def declareVariable(v: LogicalVariable, possibleTypes: TypeSpec): (SemanticState) ⇒ Either[SemanticError, SemanticState]
    Definition Classes
    SemanticAnalysisTooling
  10. def dup(children: Seq[AnyRef]): RelationshipPropertyConstraintCommand.this.type
    Definition Classes
    ASTNode → Rewritable
  11. def ensureDefined(v: LogicalVariable): (SemanticState) ⇒ Either[SemanticError, SemanticState]
    Definition Classes
    SemanticAnalysisTooling
  12. val entityType: RelationshipType
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def error(msg: String, position: InputPosition)(state: SemanticState): SemanticCheckResult
    Definition Classes
    SemanticAnalysisTooling
  16. def expectType(possibleTypes: ⇒ TypeSpec, expression: Expression, messageGen: (String, String) ⇒ String = DefaultTypeMismatchMessageGenerator): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  17. def expectType(possibleTypes: ⇒ TypeSpec)(ctx: SemanticContext, expr: Expression): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  18. def expectType[Exp <: Expression](possibleTypes: TypeSpec, expressions: Traversable[Exp]): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  19. def expectType(typeGen: TypeGenerator, expression: Expression, messageGen: (String, String) ⇒ String): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  20. def expectType(possibleTypes: TypeSpec, opt: Option[Expression]): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  21. def expectType(typeGen: TypeGenerator, expression: Expression): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def implicitVariable(v: LogicalVariable, possibleType: CypherType): (SemanticState) ⇒ Either[SemanticError, SemanticState]
    Definition Classes
    SemanticAnalysisTooling
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def leastUpperBoundsOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator
    Definition Classes
    SemanticAnalysisTooling
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val popStateScope: SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  32. def possibleTypes(expression: Expression): TypeGenerator
    Definition Classes
    SemanticAnalysisTooling
  33. def productIterator: Iterator[Any]
    Definition Classes
    Product
  34. def productPrefix: String
    Definition Classes
    Product
  35. val pushStateScope: SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  36. def requireCypher10Support(msg: String, position: InputPosition): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  37. def requireMultigraphSupport(msg: String, position: InputPosition): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  38. def returnColumns: List[Nothing]
    Definition Classes
    CommandStatement
  39. def semanticCheck: SemanticCheck
    Definition Classes
    PropertyConstraintCommandStatement
  40. def semanticCheck[A <: SemanticCheckable](traversable: TraversableOnce[A]): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  41. def semanticCheckFold[A](traversable: Traversable[A])(f: (A) ⇒ SemanticCheck): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  42. def specifyType(possibleTypes: ⇒ TypeSpec, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]
    Definition Classes
    SemanticAnalysisTooling
  43. def specifyType(typeGen: TypeGenerator, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]
    Definition Classes
    SemanticAnalysisTooling
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def typeSwitch(expr: Expression)(choice: (TypeSpec) ⇒ SemanticCheck): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  47. def types(expression: Expression): TypeGenerator
    Definition Classes
    SemanticAnalysisTooling
  48. def unionOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator
    Definition Classes
    SemanticAnalysisTooling
  49. def unless(condition: Boolean)(check: ⇒ SemanticCheck): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  50. def validNumber(double: DoubleLiteral): Boolean
    Definition Classes
    SemanticAnalysisTooling
  51. def validNumber(long: IntegerLiteral): Boolean
    Definition Classes
    SemanticAnalysisTooling
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. def when(condition: Boolean)(check: ⇒ SemanticCheck): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling
  56. def withScopedState(check: ⇒ SemanticCheck): SemanticCheck
    Definition Classes
    SemanticAnalysisTooling

Inherited from PropertyConstraintCommand

Inherited from SemanticAnalysisTooling

Inherited from Command

Inherited from Statement

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped