Home | History | Annotate | Download | only in parser

Lines Matching refs:visitComment

288       visitor.visitComment(this);
915 Comment visitComment(Comment n);
974 resultNode = filter.visitComment((Comment) originalNode);
1118 void visitComment(Comment n);
1153 public void visitComment(Comment n) {
1154 wrapped.visitComment(n);
1195 public void visitComment(Comment n) {
1231 public void visitComment(Comment n) {