Class: Idl::ReplicationExpressionSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::ReplicationExpressionSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
3129 3130 3131 |
# File 'lib/idl/ast.rb', line 3129 def to_ast ReplicationExpressionAst.new(input, interval, n.to_ast, v.to_ast) end |