Class

org.opencypher.okapi.ir.impl.parse.rewriter

ExistsPattern

Related Doc: package rewriter

Permalink

case class ExistsPattern(query: Query, targetField: Variable)(position: InputPosition) extends Expression with SemanticCheckableExpression with Product with Serializable

Linear Supertypes
Serializable, Serializable, SemanticCheckableExpression, Expression, ASTNode, Rewritable, Foldable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExistsPattern
  2. Serializable
  3. Serializable
  4. SemanticCheckableExpression
  5. Expression
  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

Instance Constructors

  1. new ExistsPattern(query: Query, targetField: Variable)(position: InputPosition)

    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 arguments: Seq[Expression]

    Permalink
    Definition Classes
    Expression
  5. def asCanonicalStringVal: String

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def containsAggregate: Boolean

    Permalink
    Definition Classes
    Expression
  9. def copyAndReplace(variable: LogicalVariable): AnyRef { def by(replacement: => org.neo4j.cypher.internal.v3_4.expressions.Expression): org.neo4j.cypher.internal.v3_4.expressions.Expression }

    Permalink
    Definition Classes
    Expression
  10. def dependencies: Set[LogicalVariable]

    Permalink
    Definition Classes
    Expression
  11. def dup(children: Seq[AnyRef]): ExistsPattern.this.type

    Permalink
    Definition Classes
    ASTNode → Rewritable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findAggregate: Option[Expression]

    Permalink
    Definition Classes
    Expression
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def inputs: Seq[(Expression, Set[LogicalVariable])]

    Permalink
    Definition Classes
    Expression
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def occurrences(variable: LogicalVariable): Set[Ref[Variable]]

    Permalink
    Definition Classes
    Expression
  22. val position: InputPosition

    Permalink
    Definition Classes
    ExistsPattern → ASTNode
  23. val query: Query

    Permalink
  24. def semanticCheck(ctx: SemanticContext): SemanticCheck

    Permalink
    Definition Classes
    ExistsPattern → SemanticCheckableExpression
  25. def subExpressions: Seq[Expression]

    Permalink
    Definition Classes
    Expression
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val targetField: Variable

    Permalink
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from SemanticCheckableExpression

Inherited from Expression

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped