object SealedValue extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SealedValue
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
AnnotatedType(value: semanticdb.AnnotatedType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ByNameType(value: semanticdb.ByNameType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ConstantType(value: semanticdb.ConstantType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ExistentialType(value: semanticdb.ExistentialType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
IntersectionType(value: semanticdb.IntersectionType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
MatchType(value: semanticdb.MatchType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
RepeatedType(value: semanticdb.RepeatedType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
SingleType(value: semanticdb.SingleType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
StructuralType(value: semanticdb.StructuralType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
SuperType(value: semanticdb.SuperType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
ThisType(value: semanticdb.ThisType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
TypeRef(value: semanticdb.TypeRef) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
UnionType(value: semanticdb.UnionType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
UniversalType(value: semanticdb.UniversalType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
WithType(value: semanticdb.WithType) extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
Empty extends SealedValue with Product with Serializable
- Annotations
- @SerialVersionUID()