gherkin.formatter.model
Class Examples

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.BasicStatement
          extended by gherkin.formatter.model.DescribedStatement
              extended by gherkin.formatter.model.TagStatement
                  extended by gherkin.formatter.model.Examples
All Implemented Interfaces:
CommentHolder

public class Examples
extends TagStatement


Nested Class Summary
static class Examples.Builder
           
 
Constructor Summary
Examples(List<Comment> comments, List<Tag> tags, String keyword, String name, String description, int line, String id, List<ExamplesTableRow> rows)
           
 
Method Summary
 List<ExamplesTableRow> getRows()
           
 void replay(Formatter formatter)
           
 void setRows(List<ExamplesTableRow> rows)
           
 
Methods inherited from class gherkin.formatter.model.TagStatement
getFirstNonCommentLine, getTags
 
Methods inherited from class gherkin.formatter.model.DescribedStatement
getDescription
 
Methods inherited from class gherkin.formatter.model.BasicStatement
getComments, getKeyword, getLine, getLineRange, getName
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Examples

public Examples(List<Comment> comments,
                List<Tag> tags,
                String keyword,
                String name,
                String description,
                int line,
                String id,
                List<ExamplesTableRow> rows)
Method Detail

replay

public void replay(Formatter formatter)
Specified by:
replay in class BasicStatement

getRows

public List<ExamplesTableRow> getRows()

setRows

public void setRows(List<ExamplesTableRow> rows)


Copyright © 2011. All Rights Reserved.