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

Method build

java/org/apache/el/lang/ExpressionBuilder.java:172–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 private Node build() throws ELException {
173 Node n = createNodeInternal(this.expression);
174 this.prepare(n);
175 if (n instanceof AstDeferredExpression || n instanceof AstDynamicExpression) {
176 n = n.jjtGetChild(0);
177 }
178 return n;
179 }
180
181 @Override
182 public void visit(Node node) throws ELException {

Callers 2

createValueExpressionMethod · 0.95

Calls 3

createNodeInternalMethod · 0.95
prepareMethod · 0.95
jjtGetChildMethod · 0.95

Tested by

no test coverage detected