Class: Idl::GlobalSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



675
676
677
# File 'lib/idl/ast.rb', line 675

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