Module: Idl::IntLiteralSyntaxNode

Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



4289
4290
4291
# File 'lib/idl/ast.rb', line 4289

def to_ast
  IntLiteralAst.new(input, interval)
end