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

Method jj_3R_29

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

Source from the content-addressed store, hash-verified

4116 }
4117
4118 final private boolean jj_3R_29() {
4119 if (jj_scan_token(IDENTIFIER)) return true;
4120 Token xsp;
4121 while (true) {
4122 xsp = jj_scanpos;
4123 if (jj_3_7()) { jj_scanpos = xsp; break; }
4124 }
4125 return false;
4126 }
4127
4128 final private boolean jj_3R_161() {
4129 if (jj_scan_token(FALSE)) return true;

Callers 12

jj_3R_150Method · 0.95
jj_3R_79Method · 0.95
jj_3R_58Method · 0.95
jj_3_3Method · 0.95
jj_3R_98Method · 0.95
jj_3R_106Method · 0.95
jj_3R_178Method · 0.95
jj_3R_38Method · 0.95
jj_3_11Method · 0.95
jj_3R_63Method · 0.95
jj_3R_62Method · 0.95
jj_3R_115Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3_7Method · 0.95

Tested by

no test coverage detected