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

Method jj_3_2

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

Source from the content-addressed store, hash-verified

4660 }
4661
4662 final private boolean jj_3_2() {
4663 if (jj_scan_token(IDENTIFIER)) return true;
4664 if (jj_scan_token(LPAREN)) return true;
4665 return false;
4666 }
4667
4668 final private boolean jj_3R_211() {
4669 if (jj_3R_212()) return true;

Callers 2

jj_2_2Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected