Example #1
0
 public AssignNode(CalcVar v)
 {
     Var = v;
 }
Example #2
0
 public VarNode(CalcVar v)
 {
     Var = v;
 }