Object/Trait

scala.meta.internal.semanticdb.TypeMessage

SealedValue

Related Docs: trait SealedValue | package TypeMessage

Permalink

object SealedValue extends Serializable

Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SealedValue
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AnnotatedType(value: semanticdb.AnnotatedType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class ByNameType(value: semanticdb.ByNameType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class ConstantType(value: semanticdb.ConstantType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class ExistentialType(value: semanticdb.ExistentialType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. final case class IntersectionType(value: semanticdb.IntersectionType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class RepeatedType(value: semanticdb.RepeatedType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. final case class SingleType(value: semanticdb.SingleType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. final case class StructuralType(value: semanticdb.StructuralType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. final case class SuperType(value: semanticdb.SuperType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. final case class ThisType(value: semanticdb.ThisType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. final case class TypeRef(value: semanticdb.TypeRef) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  12. final case class UnionType(value: semanticdb.UnionType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  13. final case class UniversalType(value: semanticdb.UniversalType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. final case class WithType(value: semanticdb.WithType) extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

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. object Empty extends SealedValue with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  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(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped