MCPcopy Create free account
hub / github.com/beanshell/beanshell / jj_3R_183

Method jj_3R_183

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

Source from the content-addressed store, hash-verified

4548 }
4549
4550 final private boolean jj_3R_183() {
4551 if (jj_scan_token(IDENTIFIER)) return true;
4552 Token xsp;
4553 xsp = jj_scanpos;
4554 if (jj_3R_187()) jj_scanpos = xsp;
4555 return false;
4556 }
4557
4558 final private boolean jj_3R_202() {
4559 if (jj_3R_212()) return true;

Callers 2

jj_3R_184Method · 0.95
jj_3R_96Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_187Method · 0.95

Tested by

no test coverage detected