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

Method jj_3R_107

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

Source from the content-addressed store, hash-verified

4682 }
4683
4684 final private boolean jj_3R_107() {
4685 Token xsp;
4686 xsp = jj_scanpos;
4687 if (jj_3_16()) {
4688 jj_scanpos = xsp;
4689 if (jj_3R_135()) {
4690 jj_scanpos = xsp;
4691 if (jj_3R_136()) {
4692 jj_scanpos = xsp;
4693 if (jj_3R_137()) return true;
4694 }
4695 }
4696 }
4697 return false;
4698 }
4699
4700 final private boolean jj_3R_180() {
4701 if (jj_scan_token(THROWS)) return true;

Callers 1

jj_3R_61Method · 0.95

Calls 4

jj_3_16Method · 0.95
jj_3R_135Method · 0.95
jj_3R_136Method · 0.95
jj_3R_137Method · 0.95

Tested by

no test coverage detected