Packages

trait ExprUtils extends AnyRef

Self Type
Context
Source
ExprUtils.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExprUtils
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def literal(x: Char): Context.Expr[Char]
  2. def literal(x: String): Context.Expr[String]
  3. def literal(x: Double): Context.Expr[Double]
  4. def literal(x: Float): Context.Expr[Float]
  5. def literal(x: Long): Context.Expr[Long]
  6. def literal(x: Int): Context.Expr[Int]
  7. def literal(x: Short): Context.Expr[Short]
  8. def literal(x: Byte): Context.Expr[Byte]
  9. def literal(x: Boolean): Context.Expr[Boolean]
  10. def literalFalse: Context.Expr[Boolean]
  11. def literalNull: Context.Expr[Null]
  12. def literalTrue: Context.Expr[Boolean]
  13. def literalUnit: Context.Expr[Unit]