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

Method jj_3R_59

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

Source from the content-addressed store, hash-verified

4026 }
4027
4028 final private boolean jj_3R_59() {
4029 if (jj_scan_token(LT)) return true;
4030 if (jj_scan_token(IDENTIFIER)) return true;
4031 if (jj_scan_token(GT)) return true;
4032 return false;
4033 }
4034
4035 final private boolean jj_3_18() {
4036 if (jj_scan_token(NEW)) return true;

Callers 5

jj_3R_112Method · 0.95
jj_3R_33Method · 0.95
jj_3R_182Method · 0.95
jj_3R_46Method · 0.95
jj_3R_156Method · 0.95

Calls 1

jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected