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

Method getValue

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

Source from the content-addressed store, hash-verified

33 }
34
35 @Override
36 public Object getValue(EvaluationContext ctx) throws ELException {
37 Object obj = this.children[0].getValue(ctx);
38 Boolean b = ELSupport.coerceToBoolean(ctx, obj, true);
39 return Boolean.valueOf(!b.booleanValue());
40 }
41}

Callers

nothing calls this directly

Calls 4

coerceToBooleanMethod · 0.95
getValueMethod · 0.65
valueOfMethod · 0.45
booleanValueMethod · 0.45

Tested by

no test coverage detected