object CalcLit
- Source
- GeneralMacros.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CalcLit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Boolean(value: std.Boolean) extends CalcVal.Boolean with CalcLit with Product with Serializable
- case class Char(value: std.Char) extends CalcVal.Char with CalcLit with Product with Serializable
- case class Double(value: std.Double) extends CalcVal.Double with CalcLit with Product with Serializable
- case class Float(value: std.Float) extends CalcVal.Float with CalcLit with Product with Serializable
- case class Int(value: std.Int) extends CalcVal.Int with CalcLit with Product with Serializable
- case class Long(value: std.Long) extends CalcVal.Long with CalcLit with Product with Serializable
- case class String(value: std.String) extends CalcVal.String with CalcLit with Product with Serializable
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
- def apply[T](t: T)(implicit unsupported: scala.reflect.macros.Universe.TypeSymbol): CalcLit with CalcType with Product with Serializable { type T >: singleton.ops.impl.std.Char with singleton.ops.impl.std.Int with singleton.ops.impl.std.Long with singleton.ops.impl.std.Float with singleton.ops.impl.std.Double with singleton.ops.impl.std.String with singleton.ops.impl.std.Boolean }
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- implicit val lift: scala.reflect.macros.Universe.Liftable[CalcLit]
-
final
def
ne(arg0: AnyRef): scala.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(): java.lang.String
- Definition Classes
- AnyRef → Any
- def unapply(arg: CalcLit): Option[CalcLit.T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )