p
proto
package proto
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ArrayPurs(tpe: scala.reflect.api.JavaUniverse.Type) extends IterablePurs with Product with Serializable
- final case class ArrayTuplePurs(tpe1: scala.reflect.api.JavaUniverse.Type, tpe2: scala.reflect.api.JavaUniverse.Type) extends IterablePurs with Product with Serializable
- case class ChildMeta(name: String, tpe: scala.reflect.api.JavaUniverse.Type, n: Int, noargs: Boolean, rec: Boolean) extends Product with Serializable
- sealed trait DefVal extends AnyRef
- sealed trait FillDef extends AnyRef
- sealed trait HasDefFun extends AnyRef
- sealed trait IterablePurs extends AnyRef
- final case class NoargsType(tpe: scala.reflect.api.JavaUniverse.Type, name: String) extends Tpe with Product with Serializable
- final case class OthDef(v: Any) extends DefVal with HasDefFun with FillDef with Product with Serializable
- final case class RecursiveType(tpe: scala.reflect.api.JavaUniverse.Type, name: String) extends Tpe with Product with Serializable
- final case class RegularType(tpe: scala.reflect.api.JavaUniverse.Type, name: String) extends Tpe with Product with Serializable
- final case class StrDef(v: String) extends DefVal with HasDefFun with FillDef with Product with Serializable
- sealed trait Tpe extends AnyRef
- final case class TraitType(tpe: scala.reflect.api.JavaUniverse.Type, name: String, children: Seq[ChildMeta], firstLevel: Boolean) extends Tpe with Product with Serializable
- 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