Class: CSVPlusPlus::Parser::Modifier

Inherits:
Racc::Parser
  • Object
show all
Defined in:
lib/csv_plus_plus/parser/modifier.tab.rb

Constant Summary collapse

Racc_arg =
[
racc_action_table,
racc_action_check,
racc_action_default,
racc_action_pointer,
racc_goto_table,
racc_goto_check,
racc_goto_default,
racc_goto_pointer,
racc_nt_base,
racc_reduce_table,
racc_token_table,
racc_shift_n,
racc_reduce_n,
racc_use_result_var ]
Racc_token_to_s_table =
[
"$end",
"error",
"\"![[\"",
"\"[[\"",
"\"]]\"",
"\"=\"",
"\"/\"",
"END_MODIFIERS",
"EQ",
"HEX_COLOR",
"NUMBER",
"MODIFIER",
"MODIFIER_SEPARATOR",
"RIGHT_SIDE",
"START_CELL_MODIFIERS",
"START_ROW_MODIFIERS",
"STRING",
"\"border\"",
"\"bordercolor\"",
"\"borderstyle\"",
"\"color\"",
"\"expand\"",
"\"fontcolor\"",
"\"fontfamily\"",
"\"fontsize\"",
"\"format\"",
"\"freeze\"",
"\"halign\"",
"\"note\"",
"\"numberformat\"",
"\"validate\"",
"\"valign\"",
"\"var\"",
"$start",
"modifiers_definition",
"row_modifiers",
"cell_modifiers",
"modifiers",
"@1",
"@2",
"modifier" ]
Racc_debug_parser =
false

Instance Method Summary collapse

Instance Method Details

#_reduce_none(val, _values, result) ⇒ Object



482
483
484
# File 'lib/csv_plus_plus/parser/modifier.tab.rb', line 482

def _reduce_none(val, _values, result)
  val[0]
end