Home | History | Annotate | Download | only in parser

Lines Matching refs:visitComment

287       visitor.visitComment(this);
914 Comment visitComment(Comment n);
973 resultNode = filter.visitComment((Comment) originalNode);
1117 void visitComment(Comment n);
1152 public void visitComment(Comment n) {
1153 wrapped.visitComment(n);
1194 public void visitComment(Comment n) {
1230 public void visitComment(Comment n) {