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

Method NullLiteral

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

Source from the content-addressed store, hash-verified

2500 }
2501
2502 final public void NullLiteral() throws ParseException {
2503 jj_consume_token(NULL);
2504 }
2505
2506 final public void VoidLiteral() throws ParseException {
2507 jj_consume_token(VOID);

Callers 1

LiteralMethod · 0.95

Calls 1

jj_consume_tokenMethod · 0.95

Tested by

no test coverage detected