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

Method jj_3R_136

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

Source from the content-addressed store, hash-verified

4609 }
4610
4611 final private boolean jj_3R_136() {
4612 if (jj_scan_token(DOT)) return true;
4613 if (jj_scan_token(IDENTIFIER)) return true;
4614 Token xsp;
4615 xsp = jj_scanpos;
4616 if (jj_3R_151()) jj_scanpos = xsp;
4617 return false;
4618 }
4619
4620 final private boolean jj_3_31() {
4621 if (jj_3R_42()) return true;

Callers 1

jj_3R_107Method · 0.95

Calls 2

jj_scan_tokenMethod · 0.95
jj_3R_151Method · 0.95

Tested by

no test coverage detected