Class: Idl::ArraySizeSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



777
778
779
# File 'lib/idl/ast.rb', line 777

def to_ast
  ArraySizeAst.new(input, interval, expression.to_ast)
end