Class: Idl::CommentSyntaxNode Private
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- Idl::CommentSyntaxNode
- 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
- #to_ast ⇒ Object private
Methods inherited from Treetop::Runtime::SyntaxNode
#set_input_file, #set_input_file_unless_already_set, #space?
Instance Method Details
#to_ast ⇒ Object
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]) |