Searched defs:Special2 (Results 1 – 1 of 1) sorted by relevance
2771 type Special2 struct { struct2772 Prefix string2773 Val1 AST2774 Middle string2775 Val2 AST2778 func (s *Special2) print(ps *printState) {2785 func (s *Special2) Traverse(fn func(AST) bool) {2792 func (s *Special2) Copy(fn func(AST) AST, skip func(AST) bool) AST {2814 func (s *Special2) GoString() string {2818 func (s *Special2) goString(indent int, field string) string {