Class: Depager::StatefulLexerExtension::PreRuleList0::Action

Inherits:
LALR::Action show all
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,
            :_act_8,
            :_act_9,
            :_act_10,
            :_act_11,
            :_act_12,
            :_act_13,

]

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



368
# File 'lib/depager/plugins/slex.rb', line 368

def on_reduce; ON_REDUCE; end