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

Method jj_3_7

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

Source from the content-addressed store, hash-verified

4110 }
4111
4112 final private boolean jj_3_7() {
4113 if (jj_scan_token(DOT)) return true;
4114 if (jj_scan_token(IDENTIFIER)) return true;
4115 return false;
4116 }
4117
4118 final private boolean jj_3R_29() {
4119 if (jj_scan_token(IDENTIFIER)) return true;

Callers 3

jj_2_7Method · 0.95
jj_3R_29Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected