Class: Idl::TernaryOperatorExpressionSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



3618
3619
3620
# File 'lib/idl/ast.rb', line 3618

def to_ast
  TernaryOperatorExpressionAst.new(input, interval, e.to_ast, t.to_ast, f.to_ast)
end