class SfpLang::Parser::DFA75

Constants

ACCEPT
EOF
EOT
MAX
MIN
SPECIAL
TRANSITION

Public Instance Methods

description() click to toggle source
# File lib/sfp/SfpLangParser.rb, line 10866
      def description
        <<-'__dfa_description__'.strip!
          445:4: ( constraint_statement | constraint_namespace | constraint_iterator | constraint_class_quantification )
        __dfa_description__
      end