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

Method jj_3R_162

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

Source from the content-addressed store, hash-verified

5660 }
5661
5662 final private boolean jj_3R_162() {
5663 if (jj_scan_token(HOOK)) return true;
5664 if (jj_3R_40()) return true;
5665 if (jj_scan_token(COLON)) return true;
5666 if (jj_3R_111()) return true;
5667 return false;
5668 }
5669
5670 final private boolean jj_3R_89() {
5671 if (jj_3R_124()) return true;

Callers 1

jj_3R_111Method · 0.95

Calls 3

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95
jj_3R_111Method · 0.95

Tested by

no test coverage detected