Module: Idl::IntLiteralSyntaxNode

Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



4312
4313
4314
# File 'lib/idl/ast.rb', line 4312

def to_ast
  IntLiteralAst.new(input, interval)
end