Exemplo n.º 1
0
        public void ProcessStatementThrow(DMASTProcStatementThrow statement)
        {
            //TODO proper value handling and catching

            DMExpression.Emit(_dmObject, _proc, statement.Value);
            _proc.Throw();
        }
Exemplo n.º 2
0
 public void VisitProcStatementThrow(DMASTProcStatementThrow statementThrow)
 {
     SimplifyExpression(ref statementThrow.Value);
 }