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

Method jj_3R_72

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

Source from the content-addressed store, hash-verified

4101 }
4102
4103 final private boolean jj_3R_72() {
4104 if (jj_scan_token(LPAREN)) return true;
4105 Token xsp;
4106 xsp = jj_scanpos;
4107 if (jj_3R_109()) jj_scanpos = xsp;
4108 if (jj_scan_token(RPAREN)) return true;
4109 return false;
4110 }
4111
4112 final private boolean jj_3_7() {
4113 if (jj_scan_token(DOT)) return true;

Callers 3

jj_3R_151Method · 0.95
jj_3R_38Method · 0.95
jj_3R_158Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_109Method · 0.95

Tested by

no test coverage detected