MCPcopy Index your code
hub / github.com/beanshell/beanshell / MethodInvocation

Method MethodInvocation

src/bsh/Parser.java:2197–2226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

PrimaryPrefixMethod · 0.95

Calls 8

jjtreeOpenNodeScopeMethod · 0.95
AmbiguousNameMethod · 0.95
ArgumentsMethod · 0.95
jjtreeCloseNodeScopeMethod · 0.95
openNodeScopeMethod · 0.80
clearNodeScopeMethod · 0.80
closeNodeScopeMethod · 0.80
popNodeMethod · 0.45

Tested by

no test coverage detected