Class: Idl::GlobalSyntaxNode

Inherits:
Treetop::Runtime::SyntaxNode show all
Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



677
678
679
# File 'lib/idl/ast.rb', line 677

def to_ast
  GlobalAst.new(input, interval, declaration.to_ast)
end