Packages

case class UnaryAdd(rhs: Expression)(position: InputPosition) extends Expression with LeftUnaryOperatorExpression with Product with Serializable

Linear Supertypes
Serializable, Serializable, LeftUnaryOperatorExpression, OperatorExpression, Expression, ASTNode, Rewritable, Foldable, Product, scala.Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnaryAdd
  2. Serializable
  3. Serializable
  4. LeftUnaryOperatorExpression
  5. OperatorExpression
  6. Expression
  7. ASTNode
  8. Rewritable
  9. Foldable
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnaryAdd(rhs: Expression)(position: InputPosition)

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 arguments: Seq[Expression]
    Definition Classes
    Expression
  5. def asCanonicalStringVal: String
    Definition Classes
    LeftUnaryOperatorExpression
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canonicalOperatorSymbol: String
    Definition Classes
    UnaryAddOperatorExpression
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def containsAggregate: Boolean

    Return true is this expression contains an aggregating expression.

    Return true is this expression contains an aggregating expression.

    Definition Classes
    Expression
  10. def copyAndReplace(variable: LogicalVariable): AnyRef { def by(replacement: => org.opencypher.v9_0.expressions.Expression): org.opencypher.v9_0.expressions.Expression }
    Definition Classes
    Expression
  11. def dependencies: Set[LogicalVariable]
    Definition Classes
    Expression
  12. def dup(children: Seq[AnyRef]): UnaryAdd.this.type
    Definition Classes
    ASTNode → Rewritable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAggregate: Option[Expression]

    Returns the first encountered aggregate expression, or None if none existed.

    Returns the first encountered aggregate expression, or None if none existed.

    Definition Classes
    Expression
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def inputs: Seq[(Expression, Set[LogicalVariable])]
    Definition Classes
    Expression
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def occurrences(variable: LogicalVariable): Set[Ref[Variable]]
    Definition Classes
    Expression
  23. val position: InputPosition
    Definition Classes
    UnaryAdd → ASTNode
  24. val rhs: Expression
    Definition Classes
    UnaryAddLeftUnaryOperatorExpression
  25. val signatures: Vector[ExpressionTypeSignature]
    Definition Classes
    UnaryAddOperatorExpression
  26. def subExpressions: Seq[Expression]
    Definition Classes
    Expression
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from OperatorExpression

Inherited from Expression

Inherited from ASTNode

Inherited from Rewritable

Inherited from Foldable

Inherited from Product

Inherited from scala.Equals

Inherited from AnyRef

Inherited from Any

Ungrouped