MCPcopy 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

StatementMethod · 0.95

Calls 1

jj_consume_tokenMethod · 0.95

Tested by

no test coverage detected