(EvaluationContext ctx)
| 34 | } |
| 35 | |
| 36 | @Override |
| 37 | public Object getValue(EvaluationContext ctx) throws ELException { |
| 38 | Object obj0 = this.children[0].getValue(ctx); |
| 39 | Boolean b0 = ELSupport.coerceToBoolean(ctx, obj0, true); |
| 40 | return this.children[((b0.booleanValue() ? 1 : 2))].getValue(ctx); |
| 41 | } |
| 42 | } |
no test coverage detected