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

Method jj_3R_118

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

Source from the content-addressed store, hash-verified

5021 }
5022
5023 final private boolean jj_3R_118() {
5024 if (jj_scan_token(IF)) return true;
5025 if (jj_scan_token(LPAREN)) return true;
5026 if (jj_3R_40()) return true;
5027 if (jj_scan_token(RPAREN)) return true;
5028 if (jj_3R_47()) return true;
5029 Token xsp;
5030 xsp = jj_scanpos;
5031 if (jj_3R_191()) jj_scanpos = xsp;
5032 return false;
5033 }
5034
5035 final private boolean jj_3R_225() {
5036 if (jj_3R_34()) return true;

Callers 1

jj_3R_83Method · 0.95

Calls 4

jj_scan_tokenMethod · 0.95
jj_3R_40Method · 0.95
jj_3R_47Method · 0.95
jj_3R_191Method · 0.95

Tested by

no test coverage detected