Class: Marvin::Parsers::RagelParser

Inherits:
AbstractParser show all
Defined in:
lib/marvin/parsers/ragel_parser.rb

Class Attribute Summary collapse

Attributes inherited from AbstractParser

#command, #event, #line

Method Summary

Methods inherited from AbstractParser

#initialize, parse, #to_event

Constructor Details

This class inherits a constructor from Marvin::AbstractParser

Class Attribute Details

._irc_actionsObject

Returns the value of attribute _irc_actions.



12
13
14
# File 'lib/marvin/parsers/ragel_parser.rb', line 12

def _irc_actions
  @_irc_actions
end

._irc_index_offsetsObject

Returns the value of attribute _irc_index_offsets.



231
232
233
# File 'lib/marvin/parsers/ragel_parser.rb', line 231

def _irc_index_offsets
  @_irc_index_offsets
end

._irc_indiciesObject

Returns the value of attribute _irc_indicies.



255
256
257
# File 'lib/marvin/parsers/ragel_parser.rb', line 255

def _irc_indicies
  @_irc_indicies
end

._irc_key_offsetsObject

Returns the value of attribute _irc_key_offsets.



30
31
32
# File 'lib/marvin/parsers/ragel_parser.rb', line 30

def _irc_key_offsets
  @_irc_key_offsets
end

._irc_range_lengthsObject

Returns the value of attribute _irc_range_lengths.



207
208
209
# File 'lib/marvin/parsers/ragel_parser.rb', line 207

def _irc_range_lengths
  @_irc_range_lengths
end

._irc_single_lengthsObject

Returns the value of attribute _irc_single_lengths.



183
184
185
# File 'lib/marvin/parsers/ragel_parser.rb', line 183

def _irc_single_lengths
  @_irc_single_lengths
end

._irc_trans_actionsObject

Returns the value of attribute _irc_trans_actions.



392
393
394
# File 'lib/marvin/parsers/ragel_parser.rb', line 392

def _irc_trans_actions
  @_irc_trans_actions
end

._irc_trans_keysObject

Returns the value of attribute _irc_trans_keys.



54
55
56
# File 'lib/marvin/parsers/ragel_parser.rb', line 54

def _irc_trans_keys
  @_irc_trans_keys
end

._irc_trans_targsObject

Returns the value of attribute _irc_trans_targs.



364
365
366
# File 'lib/marvin/parsers/ragel_parser.rb', line 364

def _irc_trans_targs
  @_irc_trans_targs
end

.irc_en_mainObject

Returns the value of attribute irc_en_main.



433
434
435
# File 'lib/marvin/parsers/ragel_parser.rb', line 433

def irc_en_main
  @irc_en_main
end

.irc_errorObject

Returns the value of attribute irc_error.



428
429
430
# File 'lib/marvin/parsers/ragel_parser.rb', line 428

def irc_error
  @irc_error
end

.irc_first_finalObject

Returns the value of attribute irc_first_final.



424
425
426
# File 'lib/marvin/parsers/ragel_parser.rb', line 424

def irc_first_final
  @irc_first_final
end

.irc_startObject

Returns the value of attribute irc_start.



420
421
422
# File 'lib/marvin/parsers/ragel_parser.rb', line 420

def irc_start
  @irc_start
end