* @param parser
* @param state
* @return The object
**/
private static final Expr reduce83(PositionRange range,Parser parser,ParserState state) {
Expr expr1 = (Expr)state.reductions.tail.tail.tail.tail.head.o ;
Expr expr2 = (Expr)state.reductions.tail.tail.head.o ;
Expr expr3 = (Expr)state.reductions.head.o ;
{
return new org.allspice.structured.expr.ConditionalExpr(expr1,expr2,expr3,range) ;
}
}