Sha256: 210ce08eee5f10cb4e902b8df1c8641229a92c8676aaf430eccd32beed5de273

Contents?: true

Size: 495 Bytes

Versions: 5

Compression:

Stored size: 495 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

5 entries across 5 versions & 1 rubygems

Version Path
rasti-db-4.2.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-4.1.1 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-4.1.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-4.0.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-3.0.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb