}
break;
}
case Statement.TYPE_ERROR:
{
ErrorInstruction error = new ErrorInstruction();
instruction = error;
RaiseErrorStatement res = (RaiseErrorStatement)statement;
Expression asigExpr = res.getExpression();
error.setExpression(asigExpr);
if(debug) {
analysisRecord.println("\tERROR STATEMENT:\n" + statement); //$NON-NLS-1$
}
break;
}