Uses of Class
org.jruby.RubyBoolean
Packages that use RubyBoolean
Package
Description
-
Uses of RubyBoolean in org.jruby
Subclasses of RubyBoolean in org.jrubyMethods in org.jruby that return RubyBooleanModifier and TypeMethodDescriptionRubyThread.abort_on_exception
(ThreadContext context) static RubyBoolean
RubyThread.abort_on_exception
(ThreadContext context, IRubyObject recv) Returns the status of the global ``abort on exception'' condition.RubyThread.alive_p()
Deprecated.RubyThread.alive_p
(ThreadContext context) static RubyBoolean
RubyComparable.between_p
(ThreadContext context, IRubyObject recv, IRubyObject first, IRubyObject second) cmp_betweenstatic RubyBoolean
RubyKernel.block_given_p
(ThreadContext context, IRubyObject recv) static RubyBoolean
RubyKernel.blockGiven
(ThreadContext context, IRubyObject recv, Block frameBlock) RubyIO.closed_p
(ThreadContext context) RubyArray.compare
(ThreadContext context, CallSite site, IRubyObject other) RubyHash.compare
(ThreadContext context, RubyHash.VisitorWithState<RubyHash> visitor, IRubyObject other, boolean eql) RubyStruct.compare
(ThreadContext context, CallSite site, IRubyObject other) RubyModule.const_defined_p
(ThreadContext context, IRubyObject name) rb_mod_const_definedRubyModule.const_defined_p
(ThreadContext context, IRubyObject name, IRubyObject recurse) RubyRange.cover_p
(ThreadContext context, IRubyObject obj) RubyFileStat.directory_p()
Deprecated.RubyFileStat.directory_p
(ThreadContext context) RubyHash.empty_p()
Deprecated.RubyHash.empty_p
(ThreadContext context) rb_hash_empty_pRubyString.empty_p
(ThreadContext context) rb_str_emptyRubyIO.eof_p
(ThreadContext context) RubyBignum.even_p
(ThreadContext context) RubyFixnum.even_p
(ThreadContext context) RubyInteger.even_p
(ThreadContext context) RubyRange.exclude_end_p()
Deprecated.RubyRange.exclude_end_p
(ThreadContext context) RubyFileStat.file_p()
Deprecated.RubyFileStat.file_p
(ThreadContext context) static RubyBoolean
RubyFileTest.file_p
(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBoolean
RubyFileTest.file_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBoolean
RubyFileTest.FileTestFileMethods.file_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyTime.friday_p
(ThreadContext context) RubyArray.frozen_p
(ThreadContext context) rb_ary_frozen_pRubyBasicObject.frozen_p
(ThreadContext context) static RubyBoolean
RubyKernel.frozen_p
(ThreadContext context, IRubyObject self) Ruby.getFalse()
Returns the "false" instance from the instance pool.Ruby.getTrue()
Returns the "true" instance from the instance pool.RubyTime.gmt()
Deprecated.RubyTime.gmt
(ThreadContext context) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.has_key_p
(ThreadContext context, IRubyObject key) RubyHash.has_key_p
(IRubyObject key) Deprecated.RubyHash.has_key_p
(ThreadContext context, IRubyObject key) rb_hash_has_keyRubyHash.has_value_p
(ThreadContext context, IRubyObject expected) rb_hash_has_valueRubyArray.include_p
(ThreadContext context, IRubyObject item) rb_ary_includesRubyString.include_p
(ThreadContext context, IRubyObject obj) rb_str_includeRubyBasicObject.instance_of_p
(ThreadContext context, IRubyObject type) rb_obj_is_instance_of call-seq: obj.instance_of?(class) => true or false Returnstrue
if obj is an instance of the given class.static RubyBoolean
RubyKernel.instance_of_p
(ThreadContext context, IRubyObject self, IRubyObject type) RubyTime.isdst()
Deprecated.RubyTime.isdst
(ThreadContext context) RubyThread.key_p
(ThreadContext context, IRubyObject key) RubyBasicObject.kind_of_p
(ThreadContext context, IRubyObject type) rb_obj_is_kind_of call-seq: obj.is_a?(class) => true or false obj.kind_of?(class) => true or false Returnstrue
if class is the class of obj, or if class is one of the superclasses of obj or modules included in obj.static RubyBoolean
RubyKernel.kind_of_p
(ThreadContext context, IRubyObject self, IRubyObject type) RubyModule.method_defined_p
(ThreadContext context, IRubyObject symbol) RubyModule.method_defined_p
(ThreadContext context, IRubyObject symbol, IRubyObject includeSuper) RubyTime.monday_p
(ThreadContext context) Ruby.newBoolean
(boolean value) static RubyBoolean
RubyBoolean.newBoolean
(Ruby runtime, boolean value) Deprecated.static RubyBoolean
RubyBoolean.newBoolean
(ThreadContext context, boolean value) Deprecated.RubyNil.nil_p
(ThreadContext context) RubyBignum.odd_p
(ThreadContext context) RubyFixnum.odd_p
(ThreadContext context) RubyInteger.odd_p
(ThreadContext context) static RubyBoolean
RubyNil.op_and
(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_andRubyModule.op_eqq
(ThreadContext context, IRubyObject obj) rb_mod_eqqRubyException.op_equal
(ThreadContext context, IRubyObject other) RubyMethod.op_equal
(ThreadContext context, IRubyObject other) RubyUnboundMethod.op_equal
(ThreadContext context, IRubyObject other) static RubyBoolean
RubyComparable.op_ge
(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_gestatic RubyBoolean
RubyComparable.op_gt
(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_gtstatic RubyBoolean
RubyComparable.op_le
(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_lestatic RubyBoolean
RubyComparable.op_lt
(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_ltstatic RubyBoolean
RubyComparable.op_lt
(ThreadContext context, CallSite cmp, IRubyObject recv, IRubyObject other) static RubyBoolean
RubyNil.op_or
(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_orstatic RubyBoolean
RubyNil.op_xor
(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_xorAbstractRubyMethod.private_p
(ThreadContext context) Deprecated.AbstractRubyMethod.protected_p
(ThreadContext context) Deprecated.AbstractRubyMethod.public_p
(ThreadContext context) Deprecated.final RubyBoolean
RubyBasicObject.respond_to_p
(IRubyObject mname) Deprecated.final RubyBoolean
RubyBasicObject.respond_to_p
(IRubyObject mname, IRubyObject includePrivate) Deprecated.static RubyBoolean
RubyKernel.respond_to_p
(IRubyObject self, IRubyObject mname) Deprecated.static RubyBoolean
RubyKernel.respond_to_p
(IRubyObject self, IRubyObject mname, IRubyObject includePrivate) Deprecated.RubyTime.saturday_p
(ThreadContext context) final RubyBoolean
RubyRegexp.startWithP
(ThreadContext context, RubyString str) Deprecated.RubyThread.stop_p()
Deprecated.RubyThread.stop_p
(ThreadContext context) RubyTime.sunday_p
(ThreadContext context) static RubyBoolean
RubyFileTest.FileTestFileMethods.symlink_p
(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBoolean
RubyFileTest.FileTestFileMethods.symlink_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBoolean
RubyFileTest.symlink_p
(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBoolean
RubyFileTest.symlink_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyIO.sync
(ThreadContext context) Returns the current sync mode.RubyBasicObject.tainted_p
(ThreadContext context) Deprecated.RubyTime.thursday_p
(ThreadContext context) RubyIO.tty_p
(ThreadContext context) RubyTime.tuesday_p
(ThreadContext context) RubyBasicObject.untrusted_p
(ThreadContext context) Deprecated.RubyTime.wednesday_p
(ThreadContext context) static RubyBoolean
RubyFileTest.FileTestFileMethods.writable_p
(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBoolean
RubyFileTest.FileTestFileMethods.writable_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBoolean
RubyFileTest.writable_p
(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBoolean
RubyFileTest.writable_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBoolean
RubyFileTest.FileTestFileMethods.zero_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBoolean
RubyFileTest.zero_p
(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBoolean
RubyFileTest.zero_p
(ThreadContext context, IRubyObject recv, IRubyObject filename) -
Uses of RubyBoolean in org.jruby.api
Methods in org.jruby.api that return RubyBooleanModifier and TypeMethodDescriptionstatic RubyBoolean
Convert.asBoolean
(ThreadContext context, boolean value) Create a Ruby Boolean from a java boolean. -
Uses of RubyBoolean in org.jruby.ext.date
Methods in org.jruby.ext.date that return RubyBooleanModifier and TypeMethodDescriptionRubyDate.gregorian_p
(ThreadContext context) RubyDate.julian_p
(ThreadContext context) -
Uses of RubyBoolean in org.jruby.ext.jruby
Methods in org.jruby.ext.jruby that return RubyBooleanModifier and TypeMethodDescriptionstatic RubyBoolean
JRubyLibrary.is_security_restricted
(IRubyObject recv) Deprecated.static RubyBoolean
JRubyLibrary.is_security_restricted
(ThreadContext context, IRubyObject recv) -
Uses of RubyBoolean in org.jruby.ext.monitor
Methods in org.jruby.ext.monitor that return RubyBooleanModifier and TypeMethodDescriptionMonitor.mon_owned_p
(ThreadContext context) Monitor.try_enter
(ThreadContext context) -
Uses of RubyBoolean in org.jruby.ext.set
Methods in org.jruby.ext.set that return RubyBooleanModifier and TypeMethodDescriptionRubySet.include_p
(ThreadContext context, IRubyObject obj) Returns true if the set contains the given object. -
Uses of RubyBoolean in org.jruby.ext.socket
Methods in org.jruby.ext.socket that return RubyBoolean -
Uses of RubyBoolean in org.jruby.ext.thread
Methods in org.jruby.ext.thread that return RubyBooleanModifier and TypeMethodDescriptionQueue.empty_p
(ThreadContext context) Mutex.locked_p
(ThreadContext context) Mutex.try_lock
(ThreadContext context) -
Uses of RubyBoolean in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime that return RubyBooleanModifier and TypeMethodDescriptionstatic RubyBoolean
IRRuntimeHelpers.isBlockGiven
(ThreadContext context, Object blk) -
Uses of RubyBoolean in org.jruby.java.proxies
Methods in org.jruby.java.proxies that return RubyBooleanModifier and TypeMethodDescriptionArrayJavaProxy.empty_p
(ThreadContext context) MapJavaProxy.empty_p
(ThreadContext context) rb_hash_empty_pArrayJavaProxy.eql_p
(ThreadContext context, IRubyObject obj) MapJavaProxy.has_key_p
(ThreadContext context, IRubyObject key) rb_hash_has_key_pMapJavaProxy.has_value_p
(ThreadContext context, IRubyObject expected) rb_hash_has_valueArrayJavaProxy.op_equal
(ThreadContext context, IRubyObject other) -
Uses of RubyBoolean in org.jruby.javasupport
Methods in org.jruby.javasupport that return RubyBooleanModifier and TypeMethodDescriptionJavaField.enum_constant_p
(ThreadContext context) Deprecated.JavaField.final_p
(ThreadContext context) Deprecated.JavaPackage.op_eqq
(ThreadContext context, IRubyObject obj) static RubyBoolean
JavaObject.op_equal
(JavaProxy self, IRubyObject other) Deprecated.JavaField.public_p
(ThreadContext context) Deprecated.JavaField.static_p
(ThreadContext context) Deprecated. -
Uses of RubyBoolean in org.jruby.javasupport.ext
Methods in org.jruby.javasupport.ext that return RubyBooleanModifier and TypeMethodDescriptionstatic RubyBoolean
JavaUtil.Collection.include_p
(ThreadContext context, IRubyObject self, IRubyObject obj) -
Uses of RubyBoolean in org.jruby.javasupport.proxy
Methods in org.jruby.javasupport.proxy that return RubyBooleanModifier and TypeMethodDescriptionJavaProxyReflectionObject.op_eqq
(ThreadContext context, IRubyObject obj) JavaProxyReflectionObject.op_equal
(ThreadContext context, IRubyObject obj) -
Uses of RubyBoolean in org.jruby.runtime
Fields in org.jruby.runtime declared as RubyBooleanModifier and TypeFieldDescriptionfinal RubyBoolean
ThreadContext.fals
final RubyBoolean
ThreadContext.tru
Methods in org.jruby.runtime that return RubyBooleanModifier and TypeMethodDescriptionstatic RubyBoolean
Helpers.rbEql
(ThreadContext context, IRubyObject a, IRubyObject b) Equivalent to rb_eql in MRIstatic RubyBoolean
Helpers.rbEqual
(ThreadContext context, IRubyObject a, IRubyObject b) Equivalent to rb_equal in MRIstatic RubyBoolean
Helpers.rbEqual
(ThreadContext context, IRubyObject a, IRubyObject b, CallSite equal) Equivalent to rb_equal in MRI -
Uses of RubyBoolean in org.jruby.util.collections
Methods in org.jruby.util.collections that return RubyBooleanModifier and TypeMethodDescriptionfinal RubyBoolean
StringArraySet.include_p
(ThreadContext context, IRubyObject item)