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

Method jj_3_6

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

Source from the content-addressed store, hash-verified

4267 }
4268
4269 final private boolean jj_3_6() {
4270 if (jj_scan_token(LBRACKET)) return true;
4271 if (jj_scan_token(RBRACKET)) return true;
4272 return false;
4273 }
4274
4275 final private boolean jj_3R_146() {
4276 if (jj_scan_token(LONG_STRING_LITERAL)) return true;

Callers 3

jj_2_6Method · 0.95
jj_3R_32Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected