gherkin.formatter.model
Class Comment

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.Comment
All Implemented Interfaces:
Serializable

public class Comment
extends Mappable

See Also:
Serialized Form

Constructor Summary
Comment(String value, Integer line)
           
 
Method Summary
 Integer getLine()
           
 String getValue()
           
 
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

Comment

public Comment(String value,
               Integer line)
Method Detail

getValue

public String getValue()

getLine

public Integer getLine()


Copyright © 2013. All rights reserved.