gherkin.formatter.model
Class Feature

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.Feature
All Implemented Interfaces:
CommentHolder

public class Feature
extends TagStatement


Constructor Summary
Feature(List<Comment> comments, List<Tag> tags, String keyword, String name, String description, int line, String id)
           
 
Method Summary
 void replay(Formatter formatter)
           
 
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

Feature

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

replay

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


Copyright © 2011. All Rights Reserved.