field

fun field(name: String): Field?

Returns the field named name, or null if this type has no such field.


fun field(tag: Int): Field?

Returns the field tagged tag, or null if this type has no such field.