Class: Depager::ASTBuilderExtension::PreRuleList0::Action
- Inherits:
-
LALR::Action
- Object
- LALR::Parser
- LALR::AdvancedParser
- LALR::Action
- Depager::ASTBuilderExtension::PreRuleList0::Action
- Includes:
- Utils::ExtensionSlaveDecoratorMethods
- Defined in:
- lib/depager/plugins/ast.rb
Overview
:nodoc:all
Constant Summary collapse
- ON_REDUCE =
[ nil, :_act_1, :_act_2, :_act_3, :_act_4, :_act_5, :_act_6, :_act_7, :_act_8, :_act_9, :_act_10, :_act_11, :_act_12, :_act_13, :_act_14, :_act_15, :_act_16, :_act_17, :_act_18, :_act_19, :_act_20, :_act_21, :_act_22, :_act_23, :_act_24, :_act_25, ]
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
461 |
# File 'lib/depager/plugins/ast.rb', line 461 def on_reduce; ON_REDUCE; end |