Class: Jejune::Lexer::DFA58

Inherits:
ANTLR3::DFA
  • Object
show all
Defined in:
lib/jejune/grammar/lexer.rb

Constant Summary collapse

EOT =
unpack( 15, -1 )
EOF =
unpack( 15, -1 )
MIN =
unpack( 1, 0, 14, -1 )
MAX =
unpack( 1, -1, 14, -1 )
ACCEPT =
unpack( 1, -1, 1, 2, 6, -1, 6, 1, 1, -1 )
SPECIAL =
unpack( 1, 0, 14, -1 )
TRANSITION =
[
  unpack( 9, 1, 1, 9, 1, -1, 1, 1, 1, 10, 1, -1, 18, 1, 1, 11, 14, 
          1, 1, 8, 44, 1, 1, 13, 67, 1, 1, 12, 65375, 1 ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  ),
  unpack(  )
].freeze

Instance Method Summary collapse

Instance Method Details

#descriptionObject



5558
5559
5560
5561
5562
# File 'lib/jejune/grammar/lexer.rb', line 5558

def description
  <<-'__dfa_description__'.strip!
    ()* loopback of 974:5: ( IGNORABLE )*
  __dfa_description__
end