MCPcopy Index your code
hub / github.com/apache/tomcat / getValue

Method getValue

java/jakarta/el/ValueExpression.java:54–54  ·  view source on GitHub ↗

Evaluates this expression and returns the result. @param The expected type for the result of evaluating this value expression @param context The EL context for this evaluation @return The result of evaluating this value expression @throws NullPointerException If the supplied context

(ELContext context)

Source from the content-addressed store, hash-verified

52 * @throws ELException Wraps any exception throw whilst resolving a property or variable
53 */
54 public abstract <T> T getValue(ELContext context);
55
56 /**
57 * Sets the value of the property referenced by this expression.

Callers 15

evalAttrMethod · 0.95
doTestParserMethod · 0.95
testInvokeWithSuperMethod · 0.95
testBug49655Method · 0.95
testBugPrimitivesMethod · 0.95
testBug50790aMethod · 0.95
testBug50790bMethod · 0.95
testBug52970Method · 0.95
testBug53792aMethod · 0.95
testBug53792bMethod · 0.95
evaluateExpressionMethod · 0.95
testGetValueReferenceMethod · 0.95

Calls

no outgoing calls

Tested by 15

evalAttrMethod · 0.76
doTestParserMethod · 0.76
testInvokeWithSuperMethod · 0.76
testBug49655Method · 0.76
testBugPrimitivesMethod · 0.76
testBug50790aMethod · 0.76
testBug50790bMethod · 0.76
testBug52970Method · 0.76
testBug53792aMethod · 0.76
testBug53792bMethod · 0.76
evaluateExpressionMethod · 0.76
testGetValueReferenceMethod · 0.76