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.



16
17
18
# File 'lib/marvin/parsers/ragel_parser.rb', line 16

def _irc_actions
  @_irc_actions
end

._irc_index_offsetsObject

Returns the value of attribute _irc_index_offsets.



235
236
237
# File 'lib/marvin/parsers/ragel_parser.rb', line 235

def _irc_index_offsets
  @_irc_index_offsets
end

._irc_indiciesObject

Returns the value of attribute _irc_indicies.



259
260
261
# File 'lib/marvin/parsers/ragel_parser.rb', line 259

def _irc_indicies
  @_irc_indicies
end

._irc_key_offsetsObject

Returns the value of attribute _irc_key_offsets.



34
35
36
# File 'lib/marvin/parsers/ragel_parser.rb', line 34

def _irc_key_offsets
  @_irc_key_offsets
end

._irc_range_lengthsObject

Returns the value of attribute _irc_range_lengths.



211
212
213
# File 'lib/marvin/parsers/ragel_parser.rb', line 211

def _irc_range_lengths
  @_irc_range_lengths
end

._irc_single_lengthsObject

Returns the value of attribute _irc_single_lengths.



187
188
189
# File 'lib/marvin/parsers/ragel_parser.rb', line 187

def _irc_single_lengths
  @_irc_single_lengths
end

._irc_trans_actionsObject

Returns the value of attribute _irc_trans_actions.



396
397
398
# File 'lib/marvin/parsers/ragel_parser.rb', line 396

def _irc_trans_actions
  @_irc_trans_actions
end

._irc_trans_keysObject

Returns the value of attribute _irc_trans_keys.



58
59
60
# File 'lib/marvin/parsers/ragel_parser.rb', line 58

def _irc_trans_keys
  @_irc_trans_keys
end

._irc_trans_targsObject

Returns the value of attribute _irc_trans_targs.



368
369
370
# File 'lib/marvin/parsers/ragel_parser.rb', line 368

def _irc_trans_targs
  @_irc_trans_targs
end

.irc_en_mainObject

Returns the value of attribute irc_en_main.



437
438
439
# File 'lib/marvin/parsers/ragel_parser.rb', line 437

def irc_en_main
  @irc_en_main
end

.irc_errorObject

Returns the value of attribute irc_error.



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

def irc_error
  @irc_error
end

.irc_first_finalObject

Returns the value of attribute irc_first_final.



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

def irc_first_final
  @irc_first_final
end

.irc_startObject

Returns the value of attribute irc_start.



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

def irc_start
  @irc_start
end