()
| 2195 | } |
| 2196 | |
| 2197 | final public void MethodInvocation() throws ParseException { |
| 2198 | /*@bgen(jjtree) MethodInvocation */ |
| 2199 | BSHMethodInvocation jjtn000 = new BSHMethodInvocation(JJTMETHODINVOCATION); |
| 2200 | boolean jjtc000 = true; |
| 2201 | jjtree.openNodeScope(jjtn000); |
| 2202 | jjtreeOpenNodeScope(jjtn000); |
| 2203 | try { |
| 2204 | AmbiguousName(); |
| 2205 | Arguments(); |
| 2206 | } catch (Throwable jjte000) { |
| 2207 | if (jjtc000) { |
| 2208 | jjtree.clearNodeScope(jjtn000); |
| 2209 | jjtc000 = false; |
| 2210 | } else { |
| 2211 | jjtree.popNode(); |
| 2212 | } |
| 2213 | if (jjte000 instanceof RuntimeException) { |
| 2214 | {if (true) throw (RuntimeException)jjte000;} |
| 2215 | } |
| 2216 | if (jjte000 instanceof ParseException) { |
| 2217 | {if (true) throw (ParseException)jjte000;} |
| 2218 | } |
| 2219 | {if (true) throw (Error)jjte000;} |
| 2220 | } finally { |
| 2221 | if (jjtc000) { |
| 2222 | jjtree.closeNodeScope(jjtn000, true); |
| 2223 | jjtreeCloseNodeScope(jjtn000); |
| 2224 | } |
| 2225 | } |
| 2226 | } |
| 2227 | |
| 2228 | final public void PrimaryPrefix() throws ParseException { |
| 2229 | switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { |
no test coverage detected