Object/Class

org.opencypher.okapi.api.types

CTNode

Related Docs: class CTNode | package types

Permalink

object CTNode extends CTNode with Serializable

Linear Supertypes
CTNode, Product, Equals, MaterialDefiniteCypherType, DefiniteCypherType, MaterialCypherType, CypherType, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CTNode
  2. CTNode
  3. Product
  4. Equals
  5. MaterialDefiniteCypherType
  6. DefiniteCypherType
  7. MaterialCypherType
  8. CypherType
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def alwaysSameTypeAs(other: CypherType): Boolean

    Permalink
    Definition Classes
    CypherType
  5. def apply(labels: String*): CTNode

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def asNullableAs(typ: CypherType): CypherType

    Permalink
    Definition Classes
    CypherType
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    CypherType
  10. def containsWildcard: Boolean

    Permalink
    Definition Classes
    CypherType
  11. final def couldBeSameTypeAs(other: CypherType): Boolean

    Permalink
    Definition Classes
    CypherType
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def isInhabited: Ternary

    Permalink
    Definition Classes
    CypherType
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def isNullable: Boolean

    Permalink
    Definition Classes
    MaterialCypherTypeCypherType
  18. final def isWildcard: Boolean

    Permalink
    Definition Classes
    DefiniteCypherType
  19. final def join(other: CypherType): CypherType

    Permalink

    join == union type == smallest shared super type

    join == union type == smallest shared super type

    Definition Classes
    CypherType
  20. final def joinMaterially(other: MaterialCypherType): MaterialCypherType

    Permalink
    Definition Classes
    CTNodeMaterialCypherType
  21. val labels: Set[String]

    Permalink
    Definition Classes
    CTNode
  22. def material: MaterialDefiniteCypherType

    Permalink
    Definition Classes
    MaterialDefiniteCypherType → DefiniteCypherTypeCypherType
  23. final def meet(other: CypherType): CypherType

    Permalink

    meet == intersection type == largest shared sub type

    meet == intersection type == largest shared sub type

    Definition Classes
    CypherType
  24. final def meetMaterially(other: MaterialCypherType): MaterialCypherType

    Permalink
    Definition Classes
    CTNodeMaterialCypherType
  25. final def name: String

    Permalink
    Definition Classes
    CTNodeCypherType
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def nullable: CTNodeOrNull

    Permalink
    Definition Classes
    CTNodeDefiniteCypherTypeCypherType
  30. def sameTypeAs(other: CypherType): Ternary

    Permalink
    Definition Classes
    CypherType
  31. final def subTypeOf(other: CypherType): Ternary

    Permalink
    Definition Classes
    CypherType
  32. final def superTypeOf(other: CypherType): Ternary

    Permalink

    A type U is a super type of a type V iff it holds that any value of type V is also a value of type U

    A type U is a super type of a type V iff it holds that any value of type V is also a value of type U

    returns

    true if this type is a super type of other

    Definition Classes
    CTNodeCypherType
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. final def toString(): String

    Permalink
    Definition Classes
    CypherType → AnyRef → Any
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def wildcardErasedSubType: MaterialCypherType with DefiniteCypherType

    Permalink
    Definition Classes
    MaterialDefiniteCypherType → DefiniteCypherTypeMaterialCypherTypeCypherType
  39. def wildcardErasedSuperType: MaterialCypherType with DefiniteCypherType

    Permalink
    Definition Classes
    MaterialDefiniteCypherType → DefiniteCypherTypeMaterialCypherTypeCypherType

Inherited from CTNode

Inherited from Product

Inherited from Equals

Inherited from MaterialDefiniteCypherType

Inherited from DefiniteCypherType

Inherited from MaterialCypherType

Inherited from CypherType

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped