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 IRubyObjectcoerce(ThreadContext context, IRubyObject self, IRubyObject type) static IRubyObjectinspect(ThreadContext context, IRubyObject self) static IRubyObjectinteger_p(ThreadContext context, IRubyObject self) static IRubyObjectnonzero_p(ThreadContext context, IRubyObject self) static IRubyObjectreal_p(ThreadContext context, IRubyObject self) static IRubyObjectto_f(ThreadContext context, IRubyObject self) static IRubyObjectto_i(ThreadContext context, IRubyObject self) static IRubyObjectzero_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
-