Class: Idl::ConditionalStatementSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::ConditionalStatementSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
3763 3764 3765 |
# File 'lib/idl/ast.rb', line 3763 def to_ast ConditionalStatementAst.new(input, interval, a.to_ast, expression.to_ast) end |