Ejemplo n.º 1
0
 public runtime_statement(SemanticTree.runtime_statement_type rts, location loc) : base(loc)
 {
     _rts = rts;
 }
Ejemplo n.º 2
0
 public runtime_statement(SemanticTree.runtime_statement_type rts,location loc) :base(loc)
 {
     _rts = rts;
 }