Searched defs:EnumDecl (Results 1 – 1 of 1) sorted by relevance
56 type EnumDecl struct { struct57 Source tok.Source58 Name string59 Entries []EnumEntry63 func (e EnumDecl) Format(w fmt.State, verb rune) {