Class: Idl::EnumSizeSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



816
817
818
# File 'lib/idl/ast.rb', line 816

def to_ast
  EnumSizeAst.new(input, interval, user_type_name.to_ast)
end