object Repr
- Alphabetic
 - By Inheritance
 
- Repr
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Type Members
-   final  case class Boolean(value: scala.Boolean) extends Repr with Product with Serializable
A structured representation of a
Booleanvalue. -   final  case class Byte(value: scala.Byte) extends Repr with Product with Serializable
A structured representation of a
Bytevalue. -   final  case class Char(value: scala.Char) extends Repr with Product with Serializable
A structured representation of a
Charvalue. -   final  case class Constructor(namespace: List[java.lang.String], name: java.lang.String, reprs: ListMap[java.lang.String, Repr]) extends Repr with Product with Serializable
A structured representation of a class constructor including the names of each field and their values.
 -   final  case class Double(value: scala.Double) extends Repr with Product with Serializable
A structured representation of a
Doublevalue. -   final  case class Float(value: scala.Float) extends Repr with Product with Serializable
A structured representation of a
Floatvalue. -   final  case class Int(value: scala.Int) extends Repr with Product with Serializable
A structured representation of an
Intvalue. -   final  case class KeyValue(key: Repr, value: Repr) extends Repr with Product with Serializable
A structured representation of a key value pair, as might exist in a
Map. -   final  case class Long(value: scala.Long) extends Repr with Product with Serializable
A structured representation of a
Longvalue. -   final  case class Object(namespace: List[java.lang.String], name: java.lang.String) extends Repr with Product with Serializable
A structured representation of a static object.
 -   final  case class Short(value: scala.Short) extends Repr with Product with Serializable
A structured representation of a
Shortvalue. -   final  case class String(value: java.lang.String) extends Repr with Product with Serializable
A structured representation of a
Stringvalue. -   final  case class VConstructor(namespace: List[java.lang.String], name: java.lang.String, reprs: List[Repr]) extends Repr with Product with Serializable
A structured representation of a class constructor including the values of each field.
 
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
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   implicit  def deriveRepr[A](a: A)(implicit debug: Debug[A]): Repr
Provides an implicit conversion from a value of a data type to a structured representation of that value given a
Debuginstance.Provides an implicit conversion from a value of a data type to a structured representation of that value given a
Debuginstance. Used to support the string interpolation functionality. -   final  def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- 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
 
 -   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
 
 -   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
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -  object Constructor extends Serializable