Class: Idl::StatementSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



3695
3696
3697
# File 'lib/idl/ast.rb', line 3695

def to_ast
  StatementAst.new(input, interval, a.to_ast)
end