public CLL_Statement(Morozov.Parsing.MyParserContext context)
 {
     this.context = context;
 }
 public CLL_Expression(Morozov.Parsing.MyParserContext context)
 {
     this.context = context;
 }