Class: Idl::ImplicationStatementSyntaxNode
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- Idl::ImplicationStatementSyntaxNode
- 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
4152 4153 4154 |
# File 'lib/idlc/ast.rb', line 4152 def to_ast ImplicationStatementAst.new(input, interval, send(:implication_expression).to_ast) end |