Home | History | Annotate | Download | only in visitor

Lines Matching refs:result

47 					R result = a.accept(this, arg);
48 if (result != null) {
49 return result;
57 R result = member.accept(this, arg);
58 if (result != null) {
59 return result;
73 R result = a.accept(this, arg);
74 if (result != null) {
75 return result;
81 R result = n.getType().accept(this, arg);
82 if (result != null) {
83 return result;
88 R result = n.getDefaultValue().accept(this, arg);
89 if (result != null) {
90 return result;
101 R result = n.getName().accept(this, arg);
102 if (result != null) {
103 return result;
107 R result = n.getIndex().accept(this, arg);
108 if (result != null) {
109 return result;
119 R result = n.getType().accept(this, arg);
120 if (result != null) {
121 return result;
125 R result = level.accept(this, arg);
126 if (result != null) {
127 return result;
131 R result = n.getInitializer().accept(this, arg);
132 if (result != null) {
133 return result;
145 R result = expr.accept(this, arg);
146 if (result != null) {
147 return result;
159 R result = n.getCheck().accept(this, arg);
160 if (result != null) {
161 return result;
166 R result = n.getMessage().accept(this, arg);
167 if (result != null) {
168 return result;
179 R result = n.getTarget().accept(this, arg);
180 if (result != null) {
181 return result;
185 R result = n.getValue().accept(this, arg);
186 if (result != null) {
187 return result;
197 R result = n.getLeft().accept(this, arg);
198 if (result != null) {
199 return result;
203 R result = n.getRight().accept(this, arg);
204 if (result != null) {
205 return result;
217 R result = s.accept(this, arg);
218 if (result != null) {
219 return result;
244 R result = n.getType().accept(this, arg);
245 if (result != null) {
246 return result;
250 R result = n.getExpr().accept(this, arg);
251 if (result != null) {
252 return result;
262 R result = n.getParam().accept(this, arg);
263 if (result != null) {
264 return result;
268 R result = n.getBody().accept(this, arg);
269 if (result != null) {
270 return result;
287 R result = n.getType().accept(this, arg);
288 if (result != null) {
289 return result;
301 R result = a.accept(this, arg);
302 if (result != null) {
303 return result;
311 R result = t.accept(this, arg);
312 if (result != null) {
313 return result;
321 R result = c.accept(this, arg);
322 if (result != null) {
323 return result;
332 R result = c.accept(this, arg);
333 if (result != null) {
334 return result;
342 R result = member.accept(this, arg);
343 if (result != null) {
344 return result;
356 R result = a.accept(this, arg);
357 if (result != null) {
358 return result;
363 R result = n.getScope().accept(this, arg);
364 if (result != null) {
365 return result;
371 R result = type.accept(this, arg);
372 if (result != null) {
373 return result;
385 R result = n.getPackage().accept(this, arg);
386 if (result != null) {
387 return result;
394 R result = i.accept(this, arg);
395 if (result != null) {
396 return result;
404 R result = typeDeclaration.accept(this, arg);
405 if (result != null) {
406 return result;
418 R result = n.getCondition().accept(this, arg);
419 if (result != null) {
420 return result;
424 R result = n.getThenExpr().accept(this, arg);
425 if (result != null) {
426 return result;
430 R result = n.getElseExpr().accept(this, arg);
431 if (result != null) {
432 return result;
444 R result = a.accept(this, arg);
445 if (result != null) {
446 return result;
454 R result = t.accept(this, arg);
455 if (result != null) {
456 return result;
464 R result = p.accept(this, arg);
465 if (result != null) {
466 return result;
474 R result = name.accept(this, arg);
475 if (result != null) {
476 return result;
482 R result = n.getBody().accept(this, arg);
483 if (result != null) {
484 return result;
500 R result = n.getBody().accept(this, arg);
501 if (result != null) {
502 return result;
506 R result = n.getCondition().accept(this, arg);
507 if (result != null) {
508 return result;
542 R result = n.getInner().accept(this, arg);
543 if (result != null) {
544 return result;
556 R result = a.accept(this, arg);
557 if (result != null) {
558 return result;
566 R result = e.accept(this, arg);
567 if (result != null) {
568 return result;
576 R result = member.accept(this, arg);
577 if (result != null) {
578 return result;
592 R result = a.accept(this, arg);
593 if (result != null) {
594 return result;
602 R result = c.accept(this, arg);
603 if (result != null) {
604 return result;
612 R result = e.accept(this, arg);
613 if (result != null) {
614 return result;
622 R result = member.accept(this, arg);
623 if (result != null) {
624 return result;
637 R result = n.getExpr().accept(this, arg);
638 if (result != null) {
639 return result;
645 R result = type.accept(this, arg);
646 if (result != null) {
647 return result;
654 R result = e.accept(this, arg);
655 if (result != null) {
656 return result;
668 R result = n.getExpression().accept(this, arg);
669 if (result != null) {
670 return result;
680 R result = n.getScope().accept(this, arg);
681 if (result != null) {
682 return result;
688 R result = type.accept(this, arg);
689 if (result != null) {
690 return result;
704 R result = a.accept(this, arg);
705 if (result != null) {
706 return result;
712 R result = n.getElementType().accept(this, arg);
713 if (result != null) {
714 return result;
719 R result = var.accept(this, arg);
720 if (result != null) {
721 return result;
732 R result = n.getVariable().accept(this, arg);
733 if (result != null) {
734 return result;
738 R result = n.getIterable().accept(this, arg);
739 if (result != null) {
740 return result;
744 R result = n.getBody().accept(this, arg);
745 if (result != null) {
746 return result;
758 R result = e.accept(this, arg);
759 if (result != null) {
760 return result;
767 R result = n.getCompare().accept(this, arg);
768 if (result != null) {
769 return result;
776 R result = e.accept(this, arg);
777 if (result != null) {
778 return result;
784 R result = n.getBody().accept(this, arg);
785 if (result != null) {
786 return result;
796 R result = n.getCondition().accept(this, arg);
797 if (result != null) {
798 return result;
802 R result = n.getThenStmt().accept(this, arg);
803 if (result != null) {
804 return result;
809 R result = n.getElseStmt().accept(this, arg);
810 if (result != null) {
811 return result;
822 R result = n.getName().accept(this, arg);
823 if (result != null) {
824 return result;
834 R result = n.getBlock().accept(this, arg);
835 if (result != null) {
836 return result;
846 R result = n.getExpr().accept(this, arg);
847 if (result != null) {
848 return result;
852 R result = n.getType().accept(this, arg);
853 if (result != null) {
854 return result;
881 R result = n.getStmt().accept(this, arg);
882 if (result != null) {
883 return result;
905 R result = n.getName().accept(this, arg);
906 if (result != null) {
907 return result;
917 R result = n.getValue().accept(this, arg);
918 if (result != null) {
919 return result;
930 R result = n.getScope().accept(this, arg);
931 if (result != null) {
932 return result;
938 R result = type.accept(this, arg);
939 if (result != null) {
940 return result;
947 R result = e.accept(this, arg);
948 if (result != null) {
949 return result;
963 R result = a.accept(this, arg);
964 if (result != null) {
965 return result;
973 R result = t.accept(this, arg);
974 if (result != null) {
975 return result;
981 R result = n.getElementType().accept(this, arg);
982 if (result != null) {
983 return result;
989 R result = p.accept(this, arg);
990 if (result != null) {
991 return result;
999 R result = name.accept(this, arg);
1000 if (result != null) {
1001 return result;
1008 R result = n.getBody().accept(this, arg);
1009 if (result != null) {
1010 return result;
1027 R result = n.getName().accept(this, arg);
1028 if (result != null) {
1029 return result;
1035 R result = m.accept(this, arg);
1036 if (result != null) {
1037 return result;
1056 R result = n.getScope().accept(this, arg);
1057 if (result != null) {
1058 return result;
1064 R result = type.accept(this, arg);
1065 if (result != null) {
1066 return result;
1071 R result = n.getType().accept(this, arg);
1072 if (result != null) {
1073 return result;
1079 R result = e.accept(this, arg);
1080 if (result != null) {
1081 return result;
1089 R result = member.accept(this, arg);
1090 if (result != null) {
1091 return result;
1105 R result = a.accept(this, arg);
1106 if (result != null) {
1107 return result;
1113 R result = n.getName().accept(this, arg);
1114 if (result != null) {
1115 return result;
1127 R result = a.accept(this, arg);
1128 if (result != null) {
1129 return result;
1135 R result = n.getElementType().accept(this, arg);
1136 if (result != null) {
1137 return result;
1141 R result = n.getId().accept(this, arg);
1142 if (result != null) {
1143 return result;
1153 R result = a.accept(this, arg);
1154 if (result != null) {
1155 return result;
1165 R result = n.getQualifier().accept(this, arg);
1166 if (result != null) {
1167 return result;
1177 R result = a.accept(this, arg);
1178 if (result != null) {
1179 return result;
1183 R result = n.getComponentType().accept(this, arg);
1184 if (result != null) {
1185 return result;
1195 R result = a.accept(this, arg);
1196 if (result != null) {
1197 return result;
1202 R result = n.getDimension().accept(this, arg);
1203 if (result != null) {
1204 return result;
1215 R result = a.accept(this, arg);
1216 if (result != null) {
1217 return result;
1222 R result = element.accept(this, arg);
1223 if (result != null) {
1224 return result;
1235 R result = a.accept(this, arg);
1236 if (result != null) {
1237 return result;
1242 R result = element.accept(this, arg);
1243 if (result != null) {
1244 return result;
1256 R result = n.getExpr().accept(this, arg);
1257 if (result != null) {
1258 return result;
1269 R result = n.getName().accept(this, arg);
1270 if (result != null) {
1271 return result;
1275 R result = n.getMemberValue().accept(this, arg);
1276 if (result != null) {
1277 return result;
1294 R result = n.getClassExpr().accept(this, arg);
1295 if (result != null) {
1296 return result;
1308 R result = n.getLabel().accept(this, arg);
1309 if (result != null) {
1310 return result;
1317 R result = s.accept(this, arg);
1318 if (result != null) {
1319 return result;
1331 R result = n.getSelector().accept(this, arg);
1332 if (result != null) {
1333 return result;
1339 R result = e.accept(this, arg);
1340 if (result != null) {
1341 return result;
1355 R result = n.getExpr().accept(this, arg);
1356 if (result != null) {
1357 return result;
1362 R result = n.getBody().accept(this, arg);
1363 if (result != null) {
1364 return result;
1375 R result = n.getClassExpr().accept(this, arg);
1376 if (result != null) {
1377 return result;
1388 R result = n.getExpr().accept(this, arg);
1389 if (result != null) {
1390 return result;
1402 R result = v.accept(this, arg);
1403 if (result != null) {
1404 return result;
1410 R result = n.getTryBlock().accept(this, arg);
1411 if (result != null) {
1412 return result;
1418 R result = c.accept(this, arg);
1419 if (result != null) {
1420 return result;
1427 R result = n.getFinallyBlock().accept(this, arg);
1428 if (result != null) {
1429 return result;
1440 R result = n.getTypeDeclaration().accept(this, arg);
1441 if (result != null) {
1442 return result;
1454 R result = c.accept(this, arg);
1455 if (result != null) {
1456 return result;
1468 R result = n.getExpr().accept(this, arg);
1469 if (result != null) {
1470 return result;
1486 R result = a.accept(this, arg);
1487 if (result != null) {
1488 return result;
1492 R result = n.getElementType().accept(this, arg);
1493 if (result != null) {
1494 return result;
1499 R result = v.accept(this, arg);
1500 if (result != null) {
1501 return result;
1512 R result = n.getId().accept(this, arg);
1513 if (result != null) {
1514 return result;
1519 R result = n.getInit().accept(this, arg);
1520 if (result != null) {
1521 return result;
1538 R result = a.accept(this, arg);
1539 if (result != null) {
1540 return result;
1550 R result = n.getCondition().accept(this, arg);
1551 if (result != null) {
1552 return result;
1556 R result = n.getBody().accept(this, arg);
1557 if (result != null) {
1558 return result;
1568 R result = a.accept(this, arg);
1569 if (result != null) {
1570 return result;
1575 R result = n.getExtends().accept(this, arg);
1576 if (result != null) {
1577 return result;
1583 R result = n.getSuper().accept(this, arg);
1584 if (result != null) {
1585 return result;
1597 R result = a.accept(this, arg);
1598 if (result != null) {
1599 return result;
1604 R result = n.getBody().accept(this, arg);
1605 if (result != null) {
1606 return result;
1618 R result = type.accept(this, arg);
1619 if (result != null) {
1620 return result;
1626 R result = n.getScope().accept(this, arg);
1627 if (result != null) {
1628 return result;
1638 R result = n.getType().accept(this, arg);
1639 if (result != null) {
1640 return result;
1650 R result = a.accept(this, arg);
1651 if (result != null) {
1652 return result;
1671 Comment result = (Comment) n.getComment().accept(this, arg);
1672 if(result!=null){
1673 n.setComment(result);