class SfpLang::Parser::DFA41
-
DFA definitions - - - - - - - - - - -
-
Constants
- ACCEPT
- EOF
- EOT
- MAX
- MIN
- SPECIAL
- TRANSITION
Public Instance Methods
description()
click to toggle source
# File lib/sfp/SfpLangParser.rb, line 10824 def description <<-'__dfa_description__'.strip! ()* loopback of 283:3: ( ( NL )* 'or' ( NL )* '{' ( NL )* constraint_body '}' )* __dfa_description__ end