Class: Idl::DontCareReturnSyntaxNode
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- Idl::DontCareReturnSyntaxNode
- Defined in:
- lib/idlc/ast.rb
Instance Method Summary collapse
Methods inherited from Treetop::Runtime::SyntaxNode
#set_input_file, #set_input_file_unless_already_set, #space?
Instance Method Details
#to_ast ⇒ Object
6707 6708 6709 |
# File 'lib/idlc/ast.rb', line 6707 def to_ast DontCareReturnAst.new(input, interval) end |