Class: Idl::UnaryOperatorExpressionSyntaxNode

Inherits:
SyntaxNode show all
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_astObject



6188
6189
6190
# File 'lib/idlc/ast.rb', line 6188

def to_ast
  UnaryOperatorExpressionAst.new(input, interval, send(:o).text_value, send(:e).to_ast)
end