예제 #1
0
 private void SetType(ClassNode value)
 {
     type = value;
 }
예제 #2
0
 public AttributeNode(string v, ClassNode intc) : base(new List <Node>())
 {
     this.Name = v;
     this.SetType(intc);
 }