Class: Depager::RieExtension::PostRhs1::Action

Inherits:
LALR::Action show all
Includes:
Nodes, Utils::ExtensionSlaveDecoratorMethods
Defined in:
lib/depager/plugins/rie.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,
            :_act_26,
            :_act_27,
            :_act_28,
            :_act_29,
            :_act_30,
            :_act_31,
            :_act_32,
            :_act_33,
            :_act_34,

]

Constants inherited from LALR::Parser

LALR::Parser::ACC

Instance Attribute Summary

Attributes inherited from LALR::AdvancedParser

#basis, #decorator_index

Instance Method Summary collapse

Methods included from Utils::ExtensionSlaveDecoratorMethods

#d_parser, #g_parser, #master

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_reduceObject



1345
# File 'lib/depager/plugins/rie.rb', line 1345

def on_reduce; ON_REDUCE; end