()
| 1091 | } |
| 1092 | |
| 1093 | final public int NameList() throws ParseException { |
| 1094 | int count = 0; |
| 1095 | AmbiguousName(); |
| 1096 | ++count; |
| 1097 | label_6: |
| 1098 | while (true) { |
| 1099 | switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { |
| 1100 | case COMMA: |
| 1101 | ; |
| 1102 | break; |
| 1103 | default: |
| 1104 | jj_la1[25] = jj_gen; |
| 1105 | break label_6; |
| 1106 | } |
| 1107 | jj_consume_token(COMMA); |
| 1108 | AmbiguousName(); |
| 1109 | ++count; |
| 1110 | } |
| 1111 | {if (true) return count;} |
| 1112 | throw new Error("Missing return statement in function"); |
| 1113 | } |
| 1114 | |
| 1115 | /* |
| 1116 | * Expression syntax follows. |
no test coverage detected