gherkin.formatter.model
Class DescribedStatement

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.BasicStatement
          extended by gherkin.formatter.model.DescribedStatement
All Implemented Interfaces:
CommentHolder, Serializable
Direct Known Subclasses:
Background, TagStatement

public abstract class DescribedStatement
extends BasicStatement

See Also:
Serialized Form

Constructor Summary
DescribedStatement(List<Comment> comments, String keyword, String name, String description, Integer line)
           
 
Method Summary
 String getDescription()
           
 
Methods inherited from class gherkin.formatter.model.BasicStatement
getComments, getFirstNonCommentLine, getKeyword, getLine, getLineRange, getName, replay
 
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

DescribedStatement

public DescribedStatement(List<Comment> comments,
                          String keyword,
                          String name,
                          String description,
                          Integer line)
Method Detail

getDescription

public String getDescription()


Copyright © 2012. All Rights Reserved.