class SfpLang::Parser::DFA138

Constants

ACCEPT
EOF
EOT
MAX
MIN
SPECIAL
TRANSITION

Public Instance Methods

description() click to toggle source
# File lib/sfp/SfpLangParser.rb, line 11033
      def description
        <<-'__dfa_description__'.strip!
          819:1: mutation returns [key, val] : ( reference equals_op value | reference equals_op NULL | reference binary_op NUMBER | reference 'is' 'new' path ( object_body )? | 'delete' path | reference 'add(' value ')' | reference 'remove(' value ')' );
        __dfa_description__
      end