Exemplo n.º 1
0
 public Primitive(AbstractNode n)
 {
     pType = ((Primitive)n).pType;
 }
Exemplo n.º 2
0
 public Primitive(primType p)
 {
     pType = p;
 }