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

Method jj_3R_111

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

Source from the content-addressed store, hash-verified

5852 }
5853
5854 final private boolean jj_3R_111() {
5855 if (jj_3R_139()) return true;
5856 Token xsp;
5857 xsp = jj_scanpos;
5858 if (jj_3R_162()) jj_scanpos = xsp;
5859 return false;
5860 }
5861
5862 final private boolean jj_3R_166() {
5863 if (jj_scan_token(LBRACKET)) return true;

Callers 2

jj_3R_74Method · 0.95
jj_3R_162Method · 0.95

Calls 2

jj_3R_139Method · 0.95
jj_3R_162Method · 0.95

Tested by

no test coverage detected