object CalcNLit
- Source
- GeneralMacros.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CalcNLit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Boolean(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.Boolean.tpe) extends CalcVal.Boolean with CalcNLit with Product with Serializable
- case class Char(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.Char.tpe) extends CalcVal.Char with CalcNLit with Product with Serializable
- case class Double(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.Double.tpe) extends CalcVal.Double with CalcNLit with Product with Serializable
- case class Float(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.Float.tpe) extends CalcVal.Float with CalcNLit with Product with Serializable
- case class Int(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.Int.tpe) extends CalcVal.Int with CalcNLit with Product with Serializable
- case class Long(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.Long.tpe) extends CalcVal.Long with CalcNLit with Product with Serializable
- case class String(tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type = CalcType.String.tpe) extends CalcVal.String with CalcNLit 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(calcTypeRef: Calc, tree: scala.reflect.macros.Universe.Tree)(implicit unsupported: scala.reflect.macros.Universe.TypeSymbol): CalcNLit
- def apply[T](valueRef: T, tree: scala.reflect.macros.Universe.Tree)(implicit unsupported: scala.reflect.macros.Universe.TypeSymbol): CalcNLit
- def applyTpe(calcTypeRef: Calc, tree: scala.reflect.macros.Universe.Tree, tpe: scala.reflect.macros.Universe.Type)(implicit unsupported: scala.reflect.macros.Universe.TypeSymbol): CalcNLit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- 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[CalcNLit]
- 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: CalcNLit): Option[scala.reflect.macros.Universe.Tree]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])