Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ VoidLiteral
Method
VoidLiteral
src/bsh/Parser.java:2506–2508 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2504
}
2505
2506
final
public
void
VoidLiteral() throws ParseException {
2507
jj_consume_token(VOID);
2508
}
2509
2510
final
public
void
Arguments() throws ParseException {
2511
/*@bgen(jjtree) Arguments */
Callers
1
Literal
Method · 0.95
Calls
1
jj_consume_token
Method · 0.95
Tested by
no test coverage detected