p

proto

package proto

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ArrayPurs(tpe: scala.reflect.api.JavaUniverse.Type) extends IterablePurs with Product with Serializable
  2. final case class ArrayTuplePurs(tpe1: scala.reflect.api.JavaUniverse.Type, tpe2: scala.reflect.api.JavaUniverse.Type) extends IterablePurs with Product with Serializable
  3. case class ChildMeta(name: String, tpe: scala.reflect.api.JavaUniverse.Type, n: Int, noargs: Boolean, rec: Boolean) extends Product with Serializable
  4. sealed trait DefVal extends AnyRef
  5. sealed trait FillDef extends AnyRef
  6. sealed trait HasDefFun extends AnyRef
  7. sealed trait IterablePurs extends AnyRef
  8. final case class NoargsType(tpe: scala.reflect.api.JavaUniverse.Type, name: String) extends Tpe with Product with Serializable
  9. final case class OthDef(v: Any) extends DefVal with HasDefFun with FillDef with Product with Serializable
  10. final case class RecursiveType(tpe: scala.reflect.api.JavaUniverse.Type, name: String) extends Tpe with Product with Serializable
  11. final case class RegularType(tpe: scala.reflect.api.JavaUniverse.Type, name: String) extends Tpe with Product with Serializable
  12. final case class StrDef(v: String) extends DefVal with HasDefFun with FillDef with Product with Serializable
  13. sealed trait Tpe extends AnyRef
  14. final case class TraitType(tpe: scala.reflect.api.JavaUniverse.Type, name: String, children: Seq[ChildMeta], firstLevel: Boolean) extends Tpe with Product with Serializable
  15. final case class TupleType(tpe: scala.reflect.api.JavaUniverse.Type, name: String, tpe_1: scala.reflect.api.JavaUniverse.Type, tpe_2: scala.reflect.api.JavaUniverse.Type) extends Tpe with Product with Serializable

Value Members

  1. case object NoDef extends DefVal with Product with Serializable
  2. case object NoneDef extends DefVal with HasDefFun with Product with Serializable
  3. object Ops
  4. case object SeqDef extends DefVal with HasDefFun with Product with Serializable

Ungrouped