Searched defs:ImaginaryType (Results 1 – 1 of 1) sorted by relevance
1116 type ImaginaryType struct { struct1117 Base AST1120 func (it *ImaginaryType) print(ps *printState) {1124 func (it *ImaginaryType) printInner(ps *printState) {1128 func (it *ImaginaryType) Traverse(fn func(AST) bool) {1134 func (it *ImaginaryType) Copy(fn func(AST) AST, skip func(AST) bool) AST {1149 func (it *ImaginaryType) GoString() string {1153 func (it *ImaginaryType) goString(indent int, field string) string {