Searched defs:SuffixType (Results 1 – 1 of 1) sorted by relevance
1159 type SuffixType struct { struct1160 Base AST1161 Suffix string1164 func (st *SuffixType) print(ps *printState) {1168 func (st *SuffixType) printInner(ps *printState) {1173 func (st *SuffixType) Traverse(fn func(AST) bool) {1179 func (st *SuffixType) Copy(fn func(AST) AST, skip func(AST) bool) AST {1194 func (st *SuffixType) GoString() string {1198 func (st *SuffixType) goString(indent int, field string) string {