예제 #1
0
 public Step(List <Comment> comments, String keyword, String name, int line, List <DataTableRow> rows, DocString docString)
     : base(comments, keyword, name, line)
 {
     this.rows       = rows;
     this.doc_string = docString;
 }
예제 #2
0
 public void docString(DocString docString)
 {
     this.doc_string = docString;
 }
예제 #3
0
 public void docString(DocString docString)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void docString(DocString docString)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public Step(List<Comment> comments, String keyword, String name, int line, List<DataTableRow> rows, DocString docString)
     : base(comments, keyword, name, line)
 {
     this.rows = rows;
     this.doc_string = docString;
 }
예제 #6
0
 public void docString(DocString docString)
 {
     this.doc_string = docString;
 }