Class: Idl::IncludeStatementSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



529
# File 'lib/idl/ast.rb', line 529

def to_ast = IncludeStatementAst.new(input, interval, string.to_ast)