Class: Idl::ArraySizeSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



775
776
777
# File 'lib/idl/ast.rb', line 775

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