object Lit extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lit
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Boolean
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Byte
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Char
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Double
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Float
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Int
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Long
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Null
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Short
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
String
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Symbol
extends Lit with Product
- Annotations
- @astClass() @leafClass()
-
trait
Unit
extends Lit with Product
- Annotations
- @astClass() @leafClass()
Value Members
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): scala.Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- implicit def ClassifierClass[T <: Tree]: Classifier[T, Lit]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): scala.Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): scala.Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): scala.Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def unapply(arg: Lit): Option[Any]
-
final
def
wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: scala.Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
Boolean
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Byte
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Char
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Double
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Float
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Int
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Long
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Null
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Short
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
String
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Symbol
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()
-
object
Unit
extends Serializable
- Annotations
- @astCompanion() @leafCompanion()