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

Method isReadOnly

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

Determines whether the property referenced by this expression is read-only. @param context The EL context for this evaluation @return true if this expression is read only otherwise false @throws NullPointerException If the supplied context is null @thro

(ELContext context)

Source from the content-addressed store, hash-verified

80 * @throws ELException Wraps any exception throw whilst resolving a property or variable
81 */
82 public abstract boolean isReadOnly(ELContext context);
83
84 /**
85 * Returns the type of the result produced by evaluating this expression.

Callers 1

isReadOnlyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected