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

Method jj_3_12

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

Source from the content-addressed store, hash-verified

4984 }
4985
4986 final private boolean jj_3_12() {
4987 if (jj_3R_34()) return true;
4988 Token xsp;
4989 xsp = jj_scanpos;
4990 if (jj_scan_token(101)) {
4991 jj_scanpos = xsp;
4992 if (jj_scan_token(102)) return true;
4993 }
4994 return false;
4995 }
4996
4997 final private boolean jj_3R_119() {
4998 if (jj_scan_token(WHILE)) return true;

Callers 2

jj_2_12Method · 0.95
jj_rescan_tokenMethod · 0.95

Calls 2

jj_3R_34Method · 0.95
jj_scan_tokenMethod · 0.95

Tested by

no test coverage detected