gherkin.formatter.model
Class Comment

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.Comment

public class Comment
extends Mappable


Constructor Summary
Comment(String value, int line)
           
 
Method Summary
 int 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,
               int line)
Method Detail

getValue

public String getValue()

getLine

public int getLine()


Copyright © 2011. All Rights Reserved.