MCPcopy Create free account
hub / github.com/apache/tomcat / Null

Method Null

java/org/apache/el/parser/ELParser.java:2560–2571  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2558 * Null For 'null'
2559 */
2560 final public void Null() throws ParseException {/* @bgen(jjtree) Null */
2561 AstNull jjtn000 = new AstNull(JJTNULL);
2562 boolean jjtc000 = true;
2563 jjtree.openNodeScope(jjtn000);
2564 try {
2565 jj_consume_token(NULL);
2566 } finally {
2567 if (jjtc000) {
2568 jjtree.closeNodeScope(jjtn000, true);
2569 }
2570 }
2571 }
2572
2573 private boolean jj_2_1(int xla) {
2574 jj_la = xla;

Callers 1

LiteralMethod · 0.95

Calls 3

jj_consume_tokenMethod · 0.95
openNodeScopeMethod · 0.80
closeNodeScopeMethod · 0.80

Tested by

no test coverage detected