Class: Idl::UnaryOperatorExpressionSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::UnaryOperatorExpressionSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
3475 3476 3477 |
# File 'lib/idl/ast.rb', line 3475 def to_ast UnaryOperatorExpressionAst.new(input, interval, o.text_value, e.to_ast) end |