Sha256: 681957f6d3be123ab5ad6d2b8e0e24a5caee035cb253a3ebfc71a3675e6d09b3

Contents?: true

Size: 342 Bytes

Versions: 7

Compression:

Stored size: 342 Bytes

Contents

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

          def filter_condition
            sentence.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/parenthesis_sentence.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/parenthesis_sentence.rb