class ANTLR3::Template::GroupFile::Lexer::DFA12
-
DFA
definitions - - - - - - - - - - -
-
Constants
- ACCEPT
- EOF
- EOT
- MAX
- MIN
- SPECIAL
- TRANSITION
Public Instance Methods
description()
click to toggle source
# File lib/antlr3/template/group-file-lexer.rb, line 962 def description <<-'__dfa_description__'.strip! 1:1: Tokens : ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS ); __dfa_description__ end