Class: Idl::ConditionalStatementSyntaxNode

Inherits:
Treetop::Runtime::SyntaxNode show all
Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



3763
3764
3765
# File 'lib/idl/ast.rb', line 3763

def to_ast
  ConditionalStatementAst.new(input, interval, a.to_ast, expression.to_ast)
end