unencumbered ~master (2016-07-10T17:01:25Z)
Home
Dub
Repo
CucumberStep
cucumber
reflection
Undocumented in source.
struct
CucumberStep {
this
(CucumberStepFunction func, string reg, int id, string source);
this
(CucumberStepFunction func, Regex!char reg, int id, string source);
CucumberStepFunction
func
;
Regex
!
char
regex
;
string
regexString
;
int
id
;
string
source
;
}
Constructors
this
this
(CucumberStepFunction func, string reg, int id, string source)
Undocumented in source.
this
this
(CucumberStepFunction func, Regex!char reg, int id, string source)
Undocumented in source.
Members
Variables
func
CucumberStepFunction
func
;
Undocumented in source.
id
int
id
;
Undocumented in source.
regex
Regex
!
char
regex
;
Undocumented in source.
regexString
string
regexString
;
Undocumented in source.
source
string
source
;
Undocumented in source.
Meta
Source
See Implementation
cucumber
reflection
aliases
CucumberStepFunction
functions
argsString
argsStringWithParens
conversionsFromString
countParenPairs
findMatch
findSteps
getLineNumber
rawStringMixin
structs
CucumberStep
MatchResult