Searched defs:commentListReader (Results 1 – 1 of 1) sorted by relevance
76 type commentListReader struct { struct77 fset *token.FileSet78 list []*CommentGroup79 index int80 comment *CommentGroup // comment group at current index81 pos, end token.Position // source interval of comment group at current index84 func (r *commentListReader) eol() bool {88 func (r *commentListReader) next() {