Ejemplo n.º 1
0
 public ModifyTypeSymbol(ModifyType type)
 {
     Name = "@@" + type.ToString();
     ModifyType = type;
     var g = new GenericSymbol("T", new List<AttributeSymbol>(), new List<Scope>());
     _Generics = new GenericSymbol[] { g };
     _Inherit = new TypeSymbol[] { g };
 }
 public override string ToString()
 {
     return(type.ToString() + " " + id + " " + data);
 }