class SfpLang::Parser::DFA122

Constants

ACCEPT
EOF
EOT
MAX
MIN
SPECIAL
TRANSITION

Public Instance Methods

description() click to toggle source
# File lib/sfp/SfpLangParser.rb, line 10977
      def description
        <<-'__dfa_description__'.strip!
          646:1: constraint_statement returns [key, val] : ( reference | 'not' reference | reference equals_op value | reference equals_op NULL | reference not_equals_op value | reference not_equals_op NULL | conditional_constraint | reference ( 'is' )? 'in' set_value | reference ( 'isnot' | 'isnt' | 'not' ) 'in' set_value | reference 'has' value | reference binary_comp comp_value | total_constraint );
        __dfa_description__
      end