Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ jj_3R_69
Method
jj_3R_69
src/bsh/Parser.java:4158–4161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4156
}
4157
4158
final
private
boolean jj_3R_69() {
4159
if
(jj_scan_token(LONG))
return
true;
4160
return
false;
4161
}
4162
4163
final
private
boolean jj_3R_68() {
4164
if
(jj_scan_token(INT))
return
true;
Callers
1
jj_3R_37
Method · 0.95
Calls
1
jj_scan_token
Method · 0.95
Tested by
no test coverage detected