Home | History | Annotate | Download | only in visitor

Lines Matching refs:result

82 				R result = n.getJavaDoc().accept(this, arg);
83 if (result != null) {
84 return result;
91 R result = a.accept(this, arg);
92 if (result != null) {
93 return result;
101 R result = member.accept(this, arg);
102 if (result != null) {
103 return result;
115 R result = n.getJavaDoc().accept(this, arg);
116 if (result != null) {
117 return result;
124 R result = a.accept(this, arg);
125 if (result != null) {
126 return result;
132 R result = n.getType().accept(this, arg);
133 if (result != null) {
134 return result;
139 R result = n.getDefaultValue().accept(this, arg);
140 if (result != null) {
141 return result;
151 R result = n.getName().accept(this, arg);
152 if (result != null) {
153 return result;
157 R result = n.getIndex().accept(this, arg);
158 if (result != null) {
159 return result;
168 R result = n.getType().accept(this, arg);
169 if (result != null) {
170 return result;
176 R result = dim.accept(this, arg);
177 if (result != null) {
178 return result;
184 R result = n.getInitializer().accept(this, arg);
185 if (result != null) {
186 return result;
198 R result = expr.accept(this, arg);
199 if (result != null) {
200 return result;
211 R result = n.getCheck().accept(this, arg);
212 if (result != null) {
213 return result;
218 R result = n.getMessage().accept(this, arg);
219 if (result != null) {
220 return result;
230 R result = n.getTarget().accept(this, arg);
231 if (result != null) {
232 return result;
236 R result = n.getValue().accept(this, arg);
237 if (result != null) {
238 return result;
247 R result = n.getLeft().accept(this, arg);
248 if (result != null) {
249 return result;
253 R result = n.getRight().accept(this, arg);
254 if (result != null) {
255 return result;
266 R result = s.accept(this, arg);
267 if (result != null) {
268 return result;
290 R result = n.getType().accept(this, arg);
291 if (result != null) {
292 return result;
296 R result = n.getExpr().accept(this, arg);
297 if (result != null) {
298 return result;
307 R result = n.getExcept().accept(this, arg);
308 if (result != null) {
309 return result;
313 R result = n.getCatchBlock().accept(this, arg);
314 if (result != null) {
315 return result;
330 R result = n.getType().accept(this, arg);
331 if (result != null) {
332 return result;
342 R result = n.getJavaDoc().accept(this, arg);
343 if (result != null) {
344 return result;
351 R result = a.accept(this, arg);
352 if (result != null) {
353 return result;
361 R result = t.accept(this, arg);
362 if (result != null) {
363 return result;
371 R result = c.accept(this, arg);
372 if (result != null) {
373 return result;
382 R result = c.accept(this, arg);
383 if (result != null) {
384 return result;
392 R result = member.accept(this, arg);
393 if (result != null) {
394 return result;
406 R result = n.getScope().accept(this, arg);
407 if (result != null) {
408 return result;
415 R result = t.accept(this, arg);
416 if (result != null) {
417 return result;
429 R result = n.getPackage().accept(this, arg);
430 if (result != null) {
431 return result;
438 R result = i.accept(this, arg);
439 if (result != null) {
440 return result;
448 R result = typeDeclaration.accept(this, arg);
449 if (result != null) {
450 return result;
461 R result = n.getCondition().accept(this, arg);
462 if (result != null) {
463 return result;
467 R result = n.getThenExpr().accept(this, arg);
468 if (result != null) {
469 return result;
473 R result = n.getElseExpr().accept(this, arg);
474 if (result != null) {
475 return result;
485 R result = n.getJavaDoc().accept(this, arg);
486 if (result != null) {
487 return result;
494 R result = a.accept(this, arg);
495 if (result != null) {
496 return result;
504 R result = t.accept(this, arg);
505 if (result != null) {
506 return result;
514 R result = p.accept(this, arg);
515 if (result != null) {
516 return result;
524 R result = name.accept(this, arg);
525 if (result != null) {
526 return result;
532 R result = n.getBlock().accept(this, arg);
533 if (result != null) {
534 return result;
548 R result = n.getBody().accept(this, arg);
549 if (result != null) {
550 return result;
554 R result = n.getCondition().accept(this, arg);
555 if (result != null) {
556 return result;
571 R result = n.getJavaDoc().accept(this, arg);
572 if (result != null) {
573 return result;
589 R result = n.getJavaDoc().accept(this, arg);
590 if (result != null) {
591 return result;
601 R result = n.getInner().accept(this, arg);
602 if (result != null) {
603 return result;
613 R result = n.getJavaDoc().accept(this, arg);
614 if (result != null) {
615 return result;
622 R result = a.accept(this, arg);
623 if (result != null) {
624 return result;
632 R result = e.accept(this, arg);
633 if (result != null) {
634 return result;
642 R result = member.accept(this, arg);
643 if (result != null) {
644 return result;
656 R result = n.getJavaDoc().accept(this, arg);
657 if (result != null) {
658 return result;
665 R result = a.accept(this, arg);
666 if (result != null) {
667 return result;
675 R result = c.accept(this, arg);
676 if (result != null) {
677 return result;
685 R result = e.accept(this, arg);
686 if (result != null) {
687 return result;
695 R result = member.accept(this, arg);
696 if (result != null) {
697 return result;
710 R result = n.getExpr().accept(this, arg);
711 if (result != null) {
712 return result;
720 R result = t.accept(this, arg);
721 if (result != null) {
722 return result;
730 R result = e.accept(this, arg);
731 if (result != null) {
732 return result;
743 R result = n.getExpression().accept(this, arg);
744 if (result != null) {
745 return result;
754 R result = n.getScope().accept(this, arg);
755 if (result != null) {
756 return result;
766 R result
767 if (result != null) {
768 return result;
775 R result = a.accept(this, arg);
776 if (result != null) {
777 return result;
783 R result = n.getType().accept(this, arg);
784 if (result != null) {
785 return result;
790 R result = var.accept(this, arg);
791 if (result != null) {
792 return result;
802 R result = n.getVariable().accept(this, arg);
803 if (result != null) {
804 return result;
808 R result = n.getIterable().accept(this, arg);
809 if (result != null) {
810 return result;
814 R result = n.getBody().accept(this, arg);
815 if (result != null) {
816 return result;
827 R result = e.accept(this, arg);
828 if (result != null) {
829 return result;
836 R result = n.getCompare().accept(this, arg);
837 if (result != null) {
838 return result;
845 R result = e.accept(this, arg);
846 if (result != null) {
847 return result;
853 R result = n.getBody().accept(this, arg);
854 if (result != null) {
855 return result;
864 R result = n.getCondition().accept(this, arg);
865 if (result != null) {
866 return result;
870 R result = n.getThenStmt().accept(this, arg);
871 if (result != null) {
872 return result;
877 R result = n.getElseStmt().accept(this, arg);
878 if (result != null) {
879 return result;
889 R result = n.getName().accept(this, arg);
890 if (result != null) {
891 return result;
901 R result = n.getJavaDoc().accept(this, arg);
902 if (result != null) {
903 return result;
908 R result = n.getBlock().accept(this, arg);
909 if (result != null) {
910 return result;
919 R result = n.getExpr().accept(this, arg);
920 if (result != null) {
921 return result;
925 R result = n.getType().accept(this, arg);
926 if (result != null) {
927 return result;
951 R result = n.getStmt().accept(this, arg);
952 if (result != null) {
953 return result;
972 R result = n.getName().accept(this, arg);
973 if (result != null) {
974 return result;
983 R result = n.getValue().accept(this, arg);
984 if (result != null) {
985 return result;
995 R result = n.getScope().accept(this, arg);
996 if (result != null) {
997 return result;
1004 R result = t.accept(this, arg);
1005 if (result != null) {
1006 return result;
1014 R result = e.accept(this, arg);
1015 if (result != null) {
1016 return result;
1028 R result = n.getJavaDoc().accept(this, arg);
1029 if (result != null) {
1030 return result;
1037 R result = a.accept(this, arg);
1038 if (result != null) {
1039 return result;
1047 R result = t.accept(this, arg);
1048 if (result != null) {
1049 return result;
1055 R result = n.getType().accept(this, arg);
1056 if (result != null) {
1057 return result;
1063 R result = p.accept(this, arg);
1064 if (result != null) {
1065 return result;
1073 R result = name.accept(this, arg);
1074 if (result != null) {
1075 return result;
1082 R result = n.getBody().accept(this, arg);
1083 if (result != null) {
1084 return result;
1099 R result = n.getName().accept(this, arg);
1100 if (result != null) {
1101 return result;
1107 R result = m.accept(this, arg);
1108 if (result != null) {
1109 return result;
1126 R result = n.getScope().accept(this, arg);
1127 if (result != null) {
1128 return result;
1135 R result = t.accept(this, arg);
1136 if (result != null) {
1137 return result;
1143 R result = n.getType().accept(this, arg);
1144 if (result != null) {
1145 return result;
1151 R result = e.accept(this, arg);
1152 if (result != null) {
1153 return result;
1161 R result = member.accept(this, arg);
1162 if (result != null) {
1163 return result;
1176 R result = a.accept(this, arg);
1177 if (result != null) {
1178 return result;
1184 R result = n.getName().accept(this, arg);
1185 if (result != null) {
1186 return result;
1197 R result = a.accept(this, arg);
1198 if (result != null) {
1199 return result;
1205 R result = n.getType().accept(this, arg);
1206 if (result != null) {
1207 return result;
1211 R result = n.getId().accept(this, arg);
1212 if (result != null) {
1213 return result;
1224 R result = a.accept(this, arg);
1225 if (result != null) {
1226 return result;
1233 R result = type.accept(this, arg);
1234 if (result != null) {
1235 return result;
1240 R result = n.getId().accept(this, arg);
1241 if (result != null) {
1242 return result;
1256 R result = n.getQualifier().accept(this, arg);
1257 if (result != null) {
1258 return result;
1267 R result = n.getType().accept(this, arg);
1268 if (result != null) {
1269 return result;
1279 R result = n.getExpr().accept(this, arg);
1280 if (result != null) {
1281 return result;
1291 R result = n.getName().accept(this, arg);
1292 if (result != null) {
1293 return result;
1297 R result = n.getMemberValue().accept(this, arg);
1298 if (result != null) {
1299 return result;
1314 R result = n.getClassExpr().accept(this, arg);
1315 if (result != null) {
1316 return result;
1327 R result = n.getLabel().accept(this, arg);
1328 if (result != null) {
1329 return result;
1336 R result = s.accept(this, arg);
1337 if (result != null) {
1338 return result;
1349 R result = n.getSelector().accept(this, arg);
1350 if (result != null) {
1351 return result;
1357 R result = e.accept(this, arg);
1358 if (result != null) {
1359 return result;
1372 R result = n.getExpr().accept(this, arg);
1373 if (result != null) {
1374 return result;
1379 R result = n.getBlock().accept(this, arg);
1380 if (result != null) {
1381 return result;
1391 R result = n.getClassExpr().accept(this, arg);
1392 if (result != null) {
1393 return result;
1403 R result = n.getExpr().accept(this, arg);
1404 if (result != null) {
1405 return result;
1416 R result = v.accept(this, arg);
1417 if (result != null) {
1418 return result;
1424 R result = n.getTryBlock().accept(this, arg);
1425 if (result != null) {
1426 return result;
1432 R result = c.accept(this, arg);
1433 if (result != null) {
1434 return result;
1441 R result = n.getFinallyBlock().accept(this, arg);
1442 if (result != null) {
1443 return result;
1453 R result = n.getTypeDeclaration().accept(this, arg);
1454 if (result != null) {
1455 return result;
1466 R result = c.accept(this, arg);
1467 if (result != null) {
1468 return result;
1479 R result = n.getExpr().accept(this, arg);
1480 if (result != null) {
1481 return result;
1497 R result = a.accept(this, arg);
1498 if (result != null) {
1499 return result;
1505 R result = n.getType().accept(this, arg);
1506 if (result != null) {
1507 return result;
1512 R result = v.accept(this, arg);
1513 if (result != null) {
1514 return result;
1524 R result = n.getId().accept(this, arg);
1525 if (result != null) {
1526 return result;
1531 R result = n.getInit().accept(this, arg);
1532 if (result != null) {
1533 return result;
1553 R result = n.getCondition().accept(this, arg);
1554 if (result != null) {
1555 return result;
1559 R result = n.getBody().accept(this, arg);
1560 if (result != null) {
1561 return result;
1571 R result = n.getExtends().accept(this, arg);
1572 if (result != null) {
1573 return result;
1579 R result = n.getSuper().accept(this, arg);
1580 if (result != null) {
1581 return result;