Class

org.opencypher.okapi.ir.api.expr

FlatteningOpExpr

Related Doc: package expr

Permalink

sealed abstract class FlatteningOpExpr extends Expr with Serializable with Product1[Set[Expr]]

Linear Supertypes
Product1[Set[Expr]], Product, scala.Equals, Serializable, Serializable, Expr, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatteningOpExpr
  2. Product1
  3. Product
  4. Equals
  5. Serializable
  6. Serializable
  7. Expr
  8. AnyRef
  9. 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 companion: FlatteningOpExprCompanion[_]

    Permalink
    Attributes
    protected
  3. abstract def cypherType: CypherType

    Permalink
    Definition Classes
    Expr
  4. abstract def hashPrime: Int

    Permalink
    Attributes
    protected

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 _1: Set[Expr]

    Permalink
    Definition Classes
    FlatteningOpExpr → Product1
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    FlatteningOpExpr → Equals → AnyRef → Any
  9. val exprs: Set[Expr]

    Permalink
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    FlatteningOpExpr → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def productArity: Int

    Permalink
    Definition Classes
    Product1 → Product
  18. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  19. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  20. def productPrefix: String

    Permalink
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    FlatteningOpExprExpr → AnyRef → Any
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withoutType: String

    Permalink
    Definition Classes
    Expr

Inherited from Product1[Set[Expr]]

Inherited from Product

Inherited from scala.Equals

Inherited from Serializable

Inherited from Serializable

Inherited from Expr

Inherited from AnyRef

Inherited from Any

Ungrouped