Class: Depager::StatefulLexerExtension::PreRhsPostSymbol1::Action
- Inherits:
-
LALR::Action
- Object
- LALR::Parser
- LALR::AdvancedParser
- LALR::Action
- Depager::StatefulLexerExtension::PreRhsPostSymbol1::Action
- Includes:
- Utils::ExtensionSlaveDecoratorMethods
- Defined in:
- lib/depager/plugins/slex.rb
Overview
:nodoc:all
Constant Summary collapse
- ON_REDUCE =
[ nil, :_act_1, :_act_2, :_act_3, :_act_4, :_act_5, :_act_6, :_act_7, ]
Constants inherited from LALR::Parser
Instance Attribute Summary
Attributes inherited from LALR::AdvancedParser
Instance Method Summary collapse
Methods included from Utils::ExtensionSlaveDecoratorMethods
Methods included from Utils::CommonMethods
#error_exit, #error_message, #expanded_code_delimiter, #file, #full_target_name, #input_path, #inspect, #target_name, #target_namespace, #warning
Methods inherited from LALR::Action
#after_reduce, #before_reduce, #initialize
Methods inherited from LALR::AdvancedParser
#accept, #error, #initialize, #reduce, #shift
Methods inherited from LALR::Parser
#accept, #action_table, #defred_after_shift_table, #defred_table, #error, #goto_table, #int_to_nonterm, #int_to_term, #lex, #nonterm_to_int, #parse, #reduce, #reduce_table, #shift, #term_to_int
Constructor Details
This class inherits a constructor from Depager::LALR::Action
Instance Method Details
#on_reduce ⇒ Object
712 |
# File 'lib/depager/plugins/slex.rb', line 712 def on_reduce; ON_REDUCE; end |