Sha256: 5c053bfa8625853de924c914eb4843bae000a5351357f4735aaa48b54451a330

Contents?: true

Size: 492 Bytes

Versions: 11

Compression:

Stored size: 492 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        class Sentence < Treetop::Runtime::SyntaxNode

          def dependency_tables
            proposition.dependency_tables
          end

          def computed_attributes(collection_class)
            proposition.computed_attributes collection_class
          end

          def filter_condition(collection_class)
            proposition.filter_condition collection_class
          end

        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rasti-db-4.2.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-4.1.1 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-4.1.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-4.0.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-3.0.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.3.3 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.3.2 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.3.1 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.3.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.2.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/sentence.rb