gherkin.formatter.model
Class DocString
java.lang.Object
gherkin.formatter.Mappable
gherkin.formatter.model.DocString
- All Implemented Interfaces:
- Serializable
public class DocString
- extends Mappable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocString
public DocString(String contentType,
String value,
Integer line)
getContentType
public String getContentType()
getValue
public String getValue()
getLine
public int getLine()
getLineRange
public Range getLineRange()
Copyright © 2013. All rights reserved.