Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ EmptyStatement
Method
EmptyStatement
src/bsh/Parser.java:2936–2938 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2934
}
2935
2936
final
public
void
EmptyStatement() throws ParseException {
2937
jj_consume_token(SEMICOLON);
2938
}
2939
2940
final
public
void
StatementExpression() throws ParseException {
2941
Expression();
Callers
1
Statement
Method · 0.95
Calls
1
jj_consume_token
Method · 0.95
Tested by
no test coverage detected