cucumber-d ~master (2019-12-23T02:12:27Z)
Home
Dub
Repo
Base
gherkin
base
abstract
class
Base {
string
keyword
;
Nullable
!
string
name
;
Location
location
;
this
(
string
keyword
,
string
name
,
Location
location
)
;
JSONValue
toJSON
()
;
}
Constructors
this
this
(
string
keyword
,
string
name
,
Location
location
)
Members
Functions
toJSON
JSONValue
toJSON
()
Variables
keyword
string
keyword
;
location
Location
location
;
name
Nullable
!
string
name
;
Meta
Source
See Implementation
gherkin
base
classes
Base