Step

Constructors

this
this(Step rhs)
this
this(Step rhs)
this
this(string keyword, string text, Location location, string uri, Comment[] comments)

Members

Functions

replace
void replace(string from, string to)

Variables

comments
Comment[] comments;
dataTable
DataTable dataTable;
docString
Nullable!DocString docString;
id
string id;
isScenarioOutline
bool isScenarioOutline;
keyword
string keyword;
location
Location location;
text
string text;
uri
string uri;

Meta