コード例 #1
0
 public Primitive(AbstractNode n)
 {
     pType = ((Primitive)n).pType;
 }
コード例 #2
0
 public Primitive(primType p)
 {
     pType = p;
 }