Class: ExcelFormula::Parser::DFA18

Inherits:
ANTLR3::DFA
  • Object
show all
Defined in:
lib/surpass/ExcelFormulaParser.rb

Constant Summary collapse

EOT =
unpack(14, -1)
EOF =
unpack(14, -1)
MIN =
unpack(1, 12, 13, -1)
MAX =
unpack(1, 32, 13, -1)
ACCEPT =
unpack(1, -1, 1, 1, 11, -1, 1, 2)
SPECIAL =
unpack(14, -1)
TRANSITION =
[
  unpack(1, 1, 4, -1, 6, 1, 1, -1, 1, 1, 1, 13, 1, -1, 1, 1, 2, -1, 
         3, 1),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack(),
  unpack()
].freeze

Instance Method Summary collapse

Instance Method Details

#descriptionObject



1678
1679
1680
1681
1682
# File 'lib/surpass/ExcelFormulaParser.rb', line 1678

def description
  <<-'__dfa_description__'.strip!
    288:1: expr_list[arg_type_list, min_argc, max_argc] returns [arg_cnt] : ( ( expr[arg_type] ( ( SEMICOLON | COMMA ) ( expr[arg_type] | ) )* ) | );
  __dfa_description__
end