public Primitive(AbstractNode n) { pType = ((Primitive)n).pType; }
public Primitive(primType p) { pType = p; }