Types

object Types
class Object
trait Matchable
class Any
Types.type

Type members

Classlikes

case class TypeInfo(capitalizedType: String, fixedSize: Option[Int], wireType: Int)

Value members

Concrete methods

def capitalizedType(t: Type): String
def fixedSize(t: Type): Option[Int]
def wireType(t: Type): Int