Class
Gherkin::Parser::Parser
In:
lib/gherkin/parser/parser.rb
Parent:
Object
Methods
errors
event
expected
force_state
i18n_language
machine
new
parse
pop_machine
push_machine
Classes and Modules
Class
Gherkin::Parser::Parser::Machine
Public Class methods
new
(formatter, raise_on_error=true, machine_name='root', force_ruby=false)
Initialize the parser.
machine_name
refers to a state
machine
table.
Public Instance methods
errors
()
event
(ev, line)
expected
()
force_state
(state)
i18n_language
()
machine
()
parse
(gherkin, feature_uri, line_offset)
pop_machine
()
push_machine
(name)
[Validate]