MCPcopy Create free account
hub / github.com/beanshell/beanshell / LabeledStatement

Method LabeledStatement

src/bsh/Parser.java:2838–2842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2836 }
2837
2838 final public void LabeledStatement() throws ParseException {
2839 jj_consume_token(IDENTIFIER);
2840 jj_consume_token(COLON);
2841 Statement();
2842 }
2843
2844 final public void Block() throws ParseException {
2845 /*@bgen(jjtree) Block */

Callers 1

StatementMethod · 0.95

Calls 2

jj_consume_tokenMethod · 0.95
StatementMethod · 0.95

Tested by

no test coverage detected