Home | History | Annotate | Download | only in visitor

Lines Matching refs:accept

45         n.getMembers().forEach(p -> p.accept(this, arg));
46 n.getName().accept(this, arg);
47 n.getAnnotations().forEach(p -> p.accept(this, arg));
48 n.getComment().ifPresent(l -> l.accept(this, arg));
54 n.getDefaultValue().ifPresent(l -> l.accept(this, arg));
55 n.getName().accept(this, arg);
56 n.getType().accept(this, arg);
57 n.getAnnotations().forEach(p -> p.accept(this, arg));
58 n.getComment().ifPresent(l -> l.accept(this, arg));
64 n.getIndex().accept(this, arg);
65 n.getName().accept(this, arg);
66 n.getComment().ifPresent(l -> l.accept(this, arg));
72 n.getElementType().accept(this, arg);
73 n.getInitializer().ifPresent(l -> l.accept(this, arg));
74 n.getLevels().forEach(p -> p.accept(this, arg));
75 n.getComment().ifPresent(l -> l.accept(this, arg));
81 n.getValues().forEach(p -> p.accept(this, arg));
82 n.getComment().ifPresent(l -> l.accept(this, arg));
88 n.getCheck().accept(this, arg);
89 n.getMessage().ifPresent(l -> l.accept(this, arg));
90 n.getComment().ifPresent(l -> l.accept(this, arg));
96 n.getTarget().accept(this, arg);
97 n.getValue().accept(this, arg);
98 n.getComment().ifPresent(l -> l.accept(this, arg));
104 n.getLeft().accept(this, arg);
105 n.getRight().accept(this, arg);
106 n.getComment().ifPresent(l -> l.accept(this, arg));
112 n.getComment().ifPresent(l -> l.accept(this, arg));
118 n.getStatements().forEach(p -> p.accept(this, arg));
119 n.getComment().ifPresent(l -> l.accept(this, arg));
125 n.getComment().ifPresent(l -> l.accept(this, arg));
131 n.getLabel().ifPresent(l -> l.accept(this, arg));
132 n.getComment().ifPresent(l -> l.accept(this, arg));
138 n.getExpression().accept(this, arg);
139 n.getType().accept(this, arg);
140 n.getComment().ifPresent(l -> l.accept(this, arg));
146 n.getBody().accept(this, arg);
147 n.getParameter().accept(this, arg);
148 n.getComment().ifPresent(l -> l.accept(this, arg));
154 n.getComment().ifPresent(l -> l.accept(this, arg));
160 n.getType().accept(this, arg);
161 n.getComment().ifPresent(l -> l.accept(this, arg));
167 n.getExtendedTypes().forEach(p -> p.accept(this, arg));
168 n.getImplementedTypes().forEach(p -> p.accept(this, arg));
169 n.getTypeParameters().forEach(p -> p.accept(this, arg));
170 n.getMembers().forEach(p -> p.accept(this, arg));
171 n.getName().accept(this, arg);
172 n.getAnnotations().forEach(p -> p.accept(this, arg));
173 n.getComment().ifPresent(l -> l.accept(this, arg));
179 n.getName().accept(this, arg);
180 n.getScope().ifPresent(l -> l.accept(this, arg));
181 n.getTypeArguments().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
182 n.getAnnotations().forEach(p -> p.accept(this, arg));
183 n.getComment().ifPresent(l -> l.accept(this, arg));
189 n.getImports().forEach(p -> p.accept(this, arg));
190 n.getModule().ifPresent(l -> l.accept(this, arg));
191 n.getPackageDeclaration().ifPresent(l -> l.accept(this, arg));
192 n.getTypes().forEach(p -> p.accept(this, arg));
193 n.getComment().ifPresent(l -> l.accept(this, arg));
199 n.getCondition().accept(this, arg);
200 n.getElseExpr().accept(this, arg);
201 n.getThenExpr().accept(this, arg);
202 n.getComment().ifPresent(l -> l.accept(this, arg));
208 n.getBody().accept(this, arg);
209 n.getName().accept(this, arg);
210 n.getParameters().forEach(p -> p.accept(this, arg));
211 n.getReceiverParameter().ifPresent(l -> l.accept(this, arg));
212 n.getThrownExceptions().forEach(p -> p.accept(this, arg));
213 n.getTypeParameters().forEach(p -> p.accept(this, arg));
214 n.getAnnotations().forEach(p -> p.accept(this, arg));
215 n.getComment().ifPresent(l -> l.accept(this, arg));
221 n.getLabel().ifPresent(l -> l.accept(this, arg));
222 n.getComment().ifPresent(l -> l.accept(this, arg));
228 n.getBody().accept(this, arg);
229 n.getCondition().accept(this, arg);
230 n.getComment().ifPresent(l -> l.accept(this, arg));
236 n.getComment().ifPresent(l -> l.accept(this, arg));
242 n.getComment().ifPresent(l -> l.accept(this, arg));
248 n.getInner().accept(this, arg);
249 n.getComment().ifPresent(l -> l.accept(this, arg));
255 n.getArguments().forEach(p -> p.accept(this, arg));
256 n.getClassBody().forEach(p -> p.accept(this, arg));
257 n.getName().accept(this, arg);
258 n.getAnnotations().forEach(p -> p.accept(this, arg));
259 n.getComment().ifPresent(l -> l.accept(this, arg));
265 n.getEntries().forEach(p -> p.accept(this, arg));
266 n.getImplementedTypes().forEach(p -> p.accept(this, arg));
267 n.getMembers().forEach(p -> p.accept(this, arg));
268 n.getName().accept(this, arg);
269 n.getAnnotations().forEach(p -> p.accept(this, arg));
270 n.getComment().ifPresent(l -> l.accept(this, arg));
276 n.getArguments().forEach(p -> p.accept(this, arg));
277 n.getExpression().ifPresent(l -> l.accept(this, arg));
278 n.getTypeArguments().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
279 n.getComment().ifPresent(l -> l.accept(this, arg));
285 n.getExpression().accept(this, arg);
286 n.getComment().ifPresent(l -> l.accept(this, arg));
292 n.getName().accept(this, arg);
293 n.getScope().accept(this, arg);
294 n.getTypeArguments().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
295 n.getComment().ifPresent(l -> l.accept(this, arg));
301 n.getVariables().forEach(p -> p.accept(this, arg));
302 n.getAnnotations().forEach(p -> p.accept(this, arg));
303 n.getComment().ifPresent(l -> l.accept(this, arg));
309 n.getBody().accept(this, arg);
310 n.getIterable().accept(this, arg);
311 n.getVariable().accept(this, arg);
312 n.getComment().ifPresent(l -> l.accept(this, arg));
318 n.getBody().accept(this, arg);
319 n.getCompare().ifPresent(l -> l.accept(this, arg));
320 n.getInitialization().forEach(p -> p.accept(this, arg));
321 n.getUpdate().forEach(p -> p.accept(this, arg));
322 n.getComment().ifPresent(l -> l.accept(this, arg));
328 n.getCondition().accept(this, arg);
329 n.getElseStmt().ifPresent(l -> l.accept(this, arg));
330 n.getThenStmt().accept(this, arg);
331 n.getComment().ifPresent(l -> l.accept(this, arg));
337 n.getBody().accept(this, arg);
338 n.getAnnotations().forEach(p -> p.accept(this, arg));
339 n.getComment().ifPresent(l -> l.accept(this, arg));
345 n.getExpression().accept(this, arg);
346 n.getType().accept(this, arg);
347 n.getComment().ifPresent(l -> l.accept(this, arg));
353 n.getComment().ifPresent(l -> l.accept(this, arg));
359 n.getComment().ifPresent(l -> l.accept(this, arg));
365 n.getLabel().accept(this, arg);
366 n.getStatement().accept(this, arg);
367 n.getComment().ifPresent(l -> l.accept(this, arg));
373 n.getComment().ifPresent(l -> l.accept(this, arg));
379 n.getComment().ifPresent(l -> l.accept(this, arg));
385 n.getName().accept(this, arg);
386 n.getComment().ifPresent(l -> l.accept(this, arg));
392 n.getName().accept(this, arg);
393 n.getValue().accept(this, arg);
394 n.getComment().ifPresent(l -> l.accept(this, arg));
400 n.getArguments().forEach(p -> p.accept(this, arg));
401 n.getName().accept(this, arg);
402 n.getScope().ifPresent(l -> l.accept(this, arg));
403 n.getTypeArguments().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
404 n.getComment().ifPresent(l -> l.accept(this, arg));
410 n.getBody().ifPresent(l -> l.accept(this, arg));
411 n.getType().accept(this, arg);
412 n.getName().accept(this, arg);
413 n.getParameters().forEach(p -> p.accept(this, arg));
414 n.getReceiverParameter().ifPresent(l -> l.accept(this, arg));
415 n.getThrownExceptions().forEach(p -> p.accept(this, arg));
416 n.getTypeParameters().forEach(p -> p.accept(this, arg));
417 n.getAnnotations().forEach(p -> p.accept(this, arg));
418 n.getComment().ifPresent(l -> l.accept(this, arg));
424 n.getName().accept(this, arg);
425 n.getComment().ifPresent(l -> l.accept(this, arg));
431 n.getPairs().forEach(p -> p.accept(this, arg));
432 n.getName().accept(this, arg);
433 n.getComment().ifPresent(l -> l.accept(this, arg));
439 n.getComment().ifPresent(l -> l.accept(this, arg));
445 n.getAnonymousClassBody().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
446 n.getArguments().forEach(p -> p.accept(this, arg));
447 n.getScope().ifPresent(l -> l.accept(this, arg));
448 n.getType().accept(this, arg);
449 n.getTypeArguments().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
450 n.getComment().ifPresent(l -> l.accept(this, arg));
456 n.getAnnotations().forEach(p -> p.accept(this, arg));
457 n.getName().accept(this, arg);
458 n.getComment().ifPresent(l -> l.accept(this, arg));
464 n.getAnnotations().forEach(p -> p.accept(this, arg));
465 n.getName().accept(this, arg);
466 n.getType().accept(this, arg);
467 n.getVarArgsAnnotations().forEach(p -> p.accept(this, arg));
468 n.getComment().ifPresent(l -> l.accept(this, arg));
474 n.getAnnotations().forEach(p -> p.accept(this, arg));
475 n.getComment().ifPresent(l -> l.accept(this, arg));
481 n.getAnnotations().forEach(p -> p.accept(this, arg));
482 n.getQualifier().ifPresent(l -> l.accept(this, arg));
483 n.getComment().ifPresent(l -> l.accept(this, arg));
489 n.getComment().ifPresent(l -> l.accept(this, arg));
495 n.getComponentType().accept(this, arg);
496 n.getAnnotations().forEach(p -> p.accept(this, arg));
497 n.getComment().ifPresent(l -> l.accept(this, arg));
503 n.getAnnotations().forEach(p -> p.accept(this, arg));
504 n.getDimension().ifPresent(l -> l.accept(this, arg));
505 n.getComment().ifPresent(l -> l.accept(this, arg));
511 n.getElements().forEach(p -> p.accept(this, arg));
512 n.getAnnotations().forEach(p -> p.accept(this, arg));
513 n.getComment().ifPresent(l -> l.accept(this, arg));
519 n.getElements().forEach(p -> p.accept(this, arg));
520 n.getAnnotations().forEach(p -> p.accept(this, arg));
521 n.getComment().ifPresent(l -> l.accept(this, arg));
527 n.getExpression().ifPresent(l -> l.accept(this, arg));
528 n.getComment().ifPresent(l -> l.accept(this, arg));
534 n.getMemberValue().accept(this, arg);
535 n.getName().accept(this, arg);
536 n.getComment().ifPresent(l -> l.accept(this, arg));
542 n.getComment().ifPresent(l -> l.accept(this, arg));
548 n.getClassExpr().ifPresent(l -> l.accept(this, arg));
549 n.getComment().ifPresent(l -> l.accept(this, arg));
555 n.getLabel().ifPresent(l -> l.accept(this, arg));
556 n.getStatements().forEach(p -> p.accept(this, arg));
557 n.getComment().ifPresent(l -> l.accept(this, arg));
563 n.getEntries().forEach(p -> p.accept(this, arg));
564 n.getSelector().accept(this, arg);
565 n.getComment().ifPresent(l -> l.accept(this, arg));
571 n.getBody().accept(this, arg);
572 n.getExpression().accept(this, arg);
573 n.getComment().ifPresent(l -> l.accept(this, arg));
579 n.getClassExpr().ifPresent(l -> l.accept(this, arg));
580 n.getComment().ifPresent(l -> l.accept(this, arg));
586 n.getExpression().accept(this, arg);
587 n.getComment().ifPresent(l -> l.accept(this, arg));
593 n.getCatchClauses().forEach(p -> p.accept(this, arg));
594 n.getFinallyBlock().ifPresent(l -> l.accept(this, arg));
595 n.getResources().forEach(p -> p.accept(this, arg));
596 n.getTryBlock().accept(this, arg);
597 n.getComment().ifPresent(l -> l.accept(this, arg));
603 n.getClassDeclaration().accept(this, arg);
604 n.getComment().ifPresent(l -> l.accept(this, arg));
610 n.getName().accept(this, arg);
611 n.getTypeBound().forEach(p -> p.accept(this, arg));
612 n.getAnnotations().forEach(p -> p.accept(this, arg));
613 n.getComment().ifPresent(l -> l.accept(this, arg));
619 n.getExpression().accept(this, arg);
620 n.getComment().ifPresent(l -> l.accept(this, arg));
626 n.getAnnotations().forEach(p -> p.accept(this, arg));
627 n.getComment().ifPresent(l -> l.accept(this, arg));
633 n.getAnnotations().forEach(p -> p.accept(this, arg));
634 n.getVariables().forEach(p -> p.accept(this, arg));
635 n.getComment().ifPresent(l -> l.accept(this, arg));
641 n.getInitializer().ifPresent(l -> l.accept(this, arg));
642 n.getName().accept(this, arg);
643 n.getType().accept(this, arg);
644 n.getComment().ifPresent(l -> l.accept(this, arg));
650 n.getAnnotations().forEach(p -> p.accept(this, arg));
651 n.getComment().ifPresent(l -> l.accept(this, arg));
657 n.getBody().accept(this, arg);
658 n.getCondition().accept(this, arg);
659 n.getComment().ifPresent(l -> l.accept(this, arg));
665 n.getExtendedType().ifPresent(l -> l.accept(this, arg));
666 n.getSuperType().ifPresent(l -> l.accept(this, arg));
667 n.getAnnotations().forEach(p -> p.accept(this, arg));
668 n.getComment().ifPresent(l -> l.accept(this, arg));
674 n.getBody().accept(this, arg);
675 n.getParameters().forEach(p -> p.accept(this, arg));
676 n.getComment().ifPresent(l -> l.accept(this, arg));
682 n.getScope().accept(this, arg);
683 n.getTypeArguments().ifPresent(l -> l.forEach(v -> v.accept(this, arg)));
684 n.getComment().ifPresent(l -> l.accept(this, arg));
690 n.getType().accept(this, arg);
691 n.getComment().ifPresent(l -> l.accept(this, arg));
697 ((Node) node).accept(this, arg);
704 n.getName().accept(this, arg);
705 n.getComment().ifPresent(l -> l.accept(this, arg));
710 n.getAnnotations().forEach(p -> p.accept(this, arg));
711 n.getModuleStmts().forEach(p -> p.accept(this, arg));
712 n.getName().accept(this, arg);
713 n.getComment().ifPresent(l -> l.accept(this, arg));
718 n.getName().accept(this, arg);
719 n.getComment().ifPresent(l -> l.accept(this, arg));
725 n.getModuleNames().forEach(p -> p.accept(this, arg));
726 n.getName().accept(this, arg);
727 n.getComment().ifPresent(l -> l.accept(this, arg));
733 n.getType().accept(this, arg);
734 n.getWithTypes().forEach(p -> p.accept(this, arg));
735 n.getComment().ifPresent(l -> l.accept(this, arg));
741 n.getType().accept(this, arg);
742 n.getComment().ifPresent(l -> l.accept(this, arg));
748 n.getModuleNames().forEach(p -> p.accept(this, arg));
749 n.getName().accept(this, arg);
750 n.getComment().ifPresent(l -> l.accept(this, arg));
756 n.getComment().ifPresent(l -> l.accept(this, arg));
762 n.getAnnotations().forEach(p -> p.accept(this, arg));
763 n.getName().accept(this, arg);
764 n.getType().accept(this, arg);
765 n.getComment().ifPresent(l -> l.accept(this, arg));
770 n.getAnnotations().forEach(p -> p.accept(this, arg));
771 n.getComment().ifPresent(l -> l.accept(this, arg));