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

Method getType

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

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public Class<?> getType(EvaluationContext ctx) throws ELException {
32 Object val = this.getValue(ctx);
33 return (val != null) ? val.getClass() : null;
34 }
35
36 @Override
37 public Object getValue(EvaluationContext ctx) throws ELException {

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected