Package org.jruby.javasupport.ext
Class JavaLang.Number
java.lang.Object
org.jruby.javasupport.ext.JavaLang.Number
- Enclosing class:
JavaLang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
coerce
(ThreadContext context, IRubyObject self, IRubyObject type) static IRubyObject
inspect
(ThreadContext context, IRubyObject self) static IRubyObject
integer_p
(ThreadContext context, IRubyObject self) static IRubyObject
nonzero_p
(ThreadContext context, IRubyObject self) static IRubyObject
real_p
(ThreadContext context, IRubyObject self) static IRubyObject
to_f
(ThreadContext context, IRubyObject self) static IRubyObject
to_i
(ThreadContext context, IRubyObject self) static IRubyObject
zero_p
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Number
public Number()
-
-
Method Details
-
to_f
-
real_p
-
to_i
-
integer_p
-
zero_p
-
nonzero_p
-
coerce
-
inspect
-