Class: VORuby::ADQL::Expression

Inherits:
Object
  • Object
show all
Defined in:
lib/voruby/adql/parser.rb

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



58
59
60
# File 'lib/voruby/adql/parser.rb', line 58

def self.from_xml(node)
  return ScalarExpression.from_xml(node)
end