object Macros
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Macros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class LiteralUtil (c: Context) extends Product with Serializable
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 byte(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Byte]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def dblAs[A](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[Field[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def euBigDecimal(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[BigDecimal]
- def euBigInt(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[BigInt]
- def euInt(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Int]
- def euLong(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Long]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatDecimal(c: Context, sep: String, dec: String): String
- def formatWhole(c: Context, sep: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def handleBigDecimal(c: Context, name: String, sep: String, dec: String): scala.reflect.macros.whitebox.Context.Expr[BigDecimal]
- def handleBigInt(c: Context, name: String, sep: String): scala.reflect.macros.whitebox.Context.Expr[BigInt]
- def handleInt(c: Context, name: String, sep: String): scala.reflect.macros.whitebox.Context.Expr[Int]
- def handleLong(c: Context, name: String, sep: String): scala.reflect.macros.whitebox.Context.Expr[Long]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def intAs[A](c: Context)(ev: scala.reflect.macros.whitebox.Context.Expr[Ring[A]])(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[A]): scala.reflect.macros.whitebox.Context.Expr[A]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def parseContext(c: Context, lower: BigInt, upper: BigInt): Either[String, BigInt]
- def parseNumber(s: String, lower: BigInt, upper: BigInt): Either[String, BigInt]
- def radix(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Int]
- def rational(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Rational]
- def short(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Short]
- def siBigDecimal(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[BigDecimal]
- def siBigInt(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[BigInt]
- def siInt(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Int]
- def siLong(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Long]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def ubyte(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[UByte]
- def uint(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[UInt]
- def ulong(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[ULong]
- def usBigDecimal(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[BigDecimal]
- def usBigInt(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[BigInt]
- def usInt(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Int]
- def usLong(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[Long]
- def ushort(c: Context)(): scala.reflect.macros.whitebox.Context.Expr[UShort]
-
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( ... )