Sha256: 9c48535c8dc3242c07a5fc39f45ba0204e5681b492fc57be0dd799d878563571

Contents?: true

Size: 329 Bytes

Versions: 7

Compression:

Stored size: 329 Bytes

Contents

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

          def dependency_tables
            proposition.dependency_tables
          end

          def filter_condition
            proposition.filter_condition
          end

        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rasti-db-2.0.1 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/sentence.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/sentence.rb