Trait

org.opencypher.v9_0.ast

CompositePropertyConstraintCommand

Related Doc: package ast

Permalink

trait CompositePropertyConstraintCommand extends Command with SemanticAnalysisTooling

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

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def entityType: CypherType

    Permalink
  3. abstract def position: InputPosition

    Permalink
    Definition Classes
    ASTNode
  4. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product
  6. abstract def properties: Seq[Property]

    Permalink
  7. abstract def restrictedToSingleProperty: Boolean

    Permalink
  8. abstract def variable: Variable

    Permalink

Concrete 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 asCanonicalStringVal: String

    Permalink
    Definition Classes
    ASTNode
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def checkTypes(expression: Expression, signatures: Seq[TypeSignature]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def declareVariable(v: LogicalVariable, typeGen: TypeGenerator, positions: Set[InputPosition] = Set.empty, overriding: Boolean = false): (SemanticState) ⇒ 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

    Definition Classes
    SemanticAnalysisTooling
  9. def declareVariable(v: LogicalVariable, possibleTypes: TypeSpec): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  10. def dup(children: Seq[AnyRef]): CompositePropertyConstraintCommand.this.type

    Permalink
    Definition Classes
    ASTNode → Rewritable
  11. def ensureDefined(v: LogicalVariable): (SemanticState) ⇒ Either[SemanticError, SemanticState]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error(msg: String, position: InputPosition)(state: SemanticState): SemanticCheckResult

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  15. def expectType(possibleTypes: ⇒ TypeSpec, expression: Expression, messageGen: (String, String) ⇒ String = DefaultTypeMismatchMessageGenerator): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  16. def expectType(possibleTypes: ⇒ TypeSpec)(ctx: SemanticContext, expr: Expression): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  17. def expectType[Exp <: Expression](possibleTypes: TypeSpec, expressions: Traversable[Exp]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  18. def expectType(typeGen: TypeGenerator, expression: Expression, messageGen: (String, String) ⇒ String): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  19. def expectType(possibleTypes: TypeSpec, opt: Option[Expression]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  20. def expectType(typeGen: TypeGenerator, expression: Expression): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def implicitVariable(v: LogicalVariable, possibleType: CypherType): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def leastUpperBoundsOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  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 popStateScope: SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  31. def possibleTypes(expression: Expression): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  32. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  33. def productPrefix: String

    Permalink
    Definition Classes
    Product
  34. val pushStateScope: SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  35. def requireCypher10Support(msg: String, position: InputPosition): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  36. def requireMultigraphSupport(msg: String, position: InputPosition): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  37. def returnColumns: List[Nothing]

    Permalink
    Definition Classes
    CommandStatement
  38. def semanticCheck: SemanticCheck

    Permalink
  39. def semanticCheck[A <: SemanticCheckable](traversable: TraversableOnce[A]): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  40. def semanticCheckFold[A](traversable: Traversable[A])(f: (A) ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  41. def specifyType(possibleTypes: ⇒ TypeSpec, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  42. def specifyType(typeGen: TypeGenerator, expression: Expression): (SemanticState) ⇒ Either[SemanticError, SemanticState]

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  43. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def typeSwitch(expr: Expression)(choice: (TypeSpec) ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  46. def types(expression: Expression): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  47. def unionOfTypes(traversable: TraversableOnce[Expression]): TypeGenerator

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  48. def unless(condition: Boolean)(check: ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  49. def validNumber(double: DoubleLiteral): Boolean

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  50. def validNumber(long: IntegerLiteral): Boolean

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def when(condition: Boolean)(check: ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling
  55. def withScopedState(check: ⇒ SemanticCheck): SemanticCheck

    Permalink
    Definition Classes
    SemanticAnalysisTooling

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