Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ jj_3R_70
Method
jj_3R_70
src/bsh/Parser.java:4153–4156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4151
}
4152
4153
final
private
boolean jj_3R_70() {
4154
if
(jj_scan_token(FLOAT))
return
true;
4155
return
false;
4156
}
4157
4158
final
private
boolean jj_3R_69() {
4159
if
(jj_scan_token(LONG))
return
true;
Callers
1
jj_3R_37
Method · 0.95
Calls
1
jj_scan_token
Method · 0.95
Tested by
no test coverage detected