Class: Idl::CommentSyntaxNode Private

Inherits:
SyntaxNode show all
Defined in:
lib/idlc/ast.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from Treetop::Runtime::SyntaxNode

#set_input_file, #set_input_file_unless_already_set, #space?

Instance Method Details

#to_astObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



7111
# File 'lib/idlc/ast.rb', line 7111

def to_ast = CommentAst.new(input, interval, input[interval])