Exemplo n.º 1
0
 public AssignNode(CalcVar v)
 {
     Var = v;
 }
Exemplo n.º 2
0
 public VarNode(CalcVar v)
 {
     Var = v;
 }