Class: Idl::StatementSyntaxNode
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- Idl::StatementSyntaxNode
- 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
6538 6539 6540 |
# File 'lib/idlc/ast.rb', line 6538 def to_ast StatementAst.new(input, interval, send(:a).to_ast) end |