Example #1
0
 public void visit(StmtNode_Call node)
 {
     new ExprNodeVisitor_CodeEmitor(this, typeof(object), node.CallExpr);
     ILGenerator.Emit(OpCodes.Pop);
 }
 public void visit(StmtNode_Call node)
 {
     new ExprNodeVisitor_CodeEmitor(this, typeof(object), node.CallExpr);
     ILGenerator.Emit(OpCodes.Pop);
 }