Class/Object

org.opencypher.okapi.ir.api.expr

Ors

Related Docs: object Ors | package expr

Permalink

final class Ors extends FlatteningOpExpr

Linear Supertypes
FlatteningOpExpr, Product1[Set[Expr]], Product, scala.Equals, Serializable, Serializable, Expr, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ors
  2. FlatteningOpExpr
  3. Product1
  4. Product
  5. Equals
  6. Serializable
  7. Serializable
  8. Expr
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ors(_exprs: Set[Expr])(cypherType: CypherType = CTWildcard)

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

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

    Permalink
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Ors → Equals
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def companion: FlatteningOpExprCompanion[Ors]

    Permalink
    Attributes
    protected
    Definition Classes
    OrsFlatteningOpExpr
  9. val cypherType: CypherType

    Permalink
    Definition Classes
    OrsExpr
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    FlatteningOpExpr → AnyRef → Any
  16. def hashPrime: Int

    Permalink
    Attributes
    protected
    Definition Classes
    OrsFlatteningOpExpr
  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 productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  24. def productPrefix: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    Expr

Inherited from FlatteningOpExpr

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