Returns the original string representation of this EL expression as it was parsed. @return the string representation of this expression
()
| 41 | * @return the string representation of this expression |
| 42 | */ |
| 43 | public abstract String getExpressionString(); |
| 44 | |
| 45 | @Override |
| 46 | public abstract boolean equals(Object obj); |
no outgoing calls
no test coverage detected