Class: Rasti::DB::NQL::Nodes::ParenthesisSentence

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/rasti/db/nql/nodes/parenthesis_sentence.rb

Instance Method Summary collapse

Instance Method Details

#computed_attributes(collection_class) ⇒ Object



11
12
13
# File 'lib/rasti/db/nql/nodes/parenthesis_sentence.rb', line 11

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

#dependency_tablesObject



7
8
9
# File 'lib/rasti/db/nql/nodes/parenthesis_sentence.rb', line 7

def dependency_tables
  sentence.dependency_tables
end

#filter_condition(collection_class) ⇒ Object



15
16
17
# File 'lib/rasti/db/nql/nodes/parenthesis_sentence.rb', line 15

def filter_condition(collection_class)
  sentence.filter_condition collection_class
end