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

Method getValue

java/org/apache/el/parser/AstMod.java:30–35  ·  view source on GitHub ↗
(EvaluationContext ctx)

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public Object getValue(EvaluationContext ctx) throws ELException {
32 Object obj0 = this.children[0].getValue(ctx);
33 Object obj1 = this.children[1].getValue(ctx);
34 return ELArithmetic.mod(obj0, obj1);
35 }
36}

Callers

nothing calls this directly

Calls 2

modMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected