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

Method getType

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

Returns the type of the result produced by evaluating this expression. @param context The EL context for this evaluation @return The type of the result of this value expression @throws NullPointerException If the supplied context is null @throws PropertyNotFoundException If a pr

(ELContext context)

Source from the content-addressed store, hash-verified

94 * @throws ELException Wraps any exception throw whilst resolving a property or variable
95 */
96 public abstract Class<?> getType(ELContext context);
97
98 /**
99 * Returns the expected type of the result of this expression.

Callers 8

testGetTypeMethod · 0.95
testGetTypeMethod · 0.95
testGetTypeMethod · 0.95
testGetType01Method · 0.95
testGetType02Method · 0.95
testGetTypeMethod · 0.95
testGetTypeMethod · 0.95
getTypeMethod · 0.95

Calls

no outgoing calls

Tested by 7

testGetTypeMethod · 0.76
testGetTypeMethod · 0.76
testGetTypeMethod · 0.76
testGetType01Method · 0.76
testGetType02Method · 0.76
testGetTypeMethod · 0.76
testGetTypeMethod · 0.76