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

Method jj_3_30

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

Source from the content-addressed store, hash-verified

4784 }
4785
4786 final private boolean jj_3_30() {
4787 if (jj_scan_token(FOR)) return true;
4788 if (jj_scan_token(LPAREN)) return true;
4789 if (jj_scan_token(IDENTIFIER)) return true;
4790 if (jj_scan_token(COLON)) return true;
4791 if (jj_3R_40()) return true;
4792 if (jj_scan_token(RPAREN)) return true;
4793 if (jj_3R_47()) return true;
4794 return false;
4795 }
4796
4797 final private boolean jj_3R_122() {
4798 Token xsp;

Callers 3

jj_2_30Method · 0.95
jj_3R_122Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95
jj_3R_47Method · 0.95

Tested by

no test coverage detected