Sha256: fec96ac1b59cabba88eab409975acd805e4ea7f1dcbf5cf5b75a05df68673ad4

Contents?: true

Size: 503 Bytes

Versions: 6

Compression:

Stored size: 503 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        class ParenthesisSentence < Treetop::Runtime::SyntaxNode
        
          def dependency_tables
            sentence.dependency_tables
          end

          def computed_attributes(collection_class)
            sentence.computed_attributes(collection_class)
          end

          def filter_condition(collection_class)
            sentence.filter_condition collection_class
          end

        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rasti-db-2.3.3 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-2.3.2 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-2.3.1 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-2.3.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-2.2.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb