Class: Idl::ReplicationExpressionSyntaxNode
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- Idl::ReplicationExpressionSyntaxNode
- 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_ast ⇒ Object
5571 5572 5573 |
# File 'lib/idlc/ast.rb', line 5571 def to_ast ReplicationExpressionAst.new(input, interval, send(:n).to_ast, send(:v).to_ast) end |