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 RubyBooleanRubyThread.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 RubyBooleanRubyComparable.between_p(ThreadContext context, IRubyObject recv, IRubyObject first, IRubyObject second) cmp_betweenstatic RubyBooleanRubyKernel.block_given_p(ThreadContext context, IRubyObject recv) static RubyBooleanRubyKernel.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 RubyBooleanRubyFileTest.file_p(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBooleanRubyFileTest.file_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.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 RubyBooleanRubyKernel.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 Returnstrueif obj is an instance of the given class.static RubyBooleanRubyKernel.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 Returnstrueif class is the class of obj, or if class is one of the superclasses of obj or modules included in obj.static RubyBooleanRubyKernel.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 RubyBooleanRubyBoolean.newBoolean(Ruby runtime, boolean value) Deprecated.static RubyBooleanRubyBoolean.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 RubyBooleanRubyNil.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 RubyBooleanRubyComparable.op_ge(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_gestatic RubyBooleanRubyComparable.op_gt(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_gtstatic RubyBooleanRubyComparable.op_le(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_lestatic RubyBooleanRubyComparable.op_lt(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_ltstatic RubyBooleanRubyComparable.op_lt(ThreadContext context, CallSite cmp, IRubyObject recv, IRubyObject other) static RubyBooleanRubyNil.op_or(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_orstatic RubyBooleanRubyNil.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 RubyBooleanRubyBasicObject.respond_to_p(IRubyObject mname) Deprecated.final RubyBooleanRubyBasicObject.respond_to_p(IRubyObject mname, IRubyObject includePrivate) Deprecated.static RubyBooleanRubyKernel.respond_to_p(IRubyObject self, IRubyObject mname) Deprecated.static RubyBooleanRubyKernel.respond_to_p(IRubyObject self, IRubyObject mname, IRubyObject includePrivate) Deprecated.RubyTime.saturday_p(ThreadContext context) final RubyBooleanRubyRegexp.startWithP(ThreadContext context, RubyString str) Deprecated.RubyThread.stop_p()Deprecated.RubyThread.stop_p(ThreadContext context) RubyTime.sunday_p(ThreadContext context) static RubyBooleanRubyFileTest.FileTestFileMethods.symlink_p(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBooleanRubyFileTest.FileTestFileMethods.symlink_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.symlink_p(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBooleanRubyFileTest.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 RubyBooleanRubyFileTest.FileTestFileMethods.writable_p(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBooleanRubyFileTest.FileTestFileMethods.writable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.writable_p(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBooleanRubyFileTest.writable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.FileTestFileMethods.zero_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.zero_p(IRubyObject recv, IRubyObject filename) Deprecated.static RubyBooleanRubyFileTest.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 RubyBooleanConvert.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 RubyBooleanJRubyLibrary.is_security_restricted(IRubyObject recv) Deprecated.static RubyBooleanJRubyLibrary.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 RubyBooleanIRRuntimeHelpers.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 RubyBooleanJavaObject.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 RubyBooleanJavaUtil.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 RubyBooleanThreadContext.falsfinal RubyBooleanThreadContext.truMethods in org.jruby.runtime that return RubyBooleanModifier and TypeMethodDescriptionstatic RubyBooleanHelpers.rbEql(ThreadContext context, IRubyObject a, IRubyObject b) Equivalent to rb_eql in MRIstatic RubyBooleanHelpers.rbEqual(ThreadContext context, IRubyObject a, IRubyObject b) Equivalent to rb_equal in MRIstatic RubyBooleanHelpers.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 RubyBooleanStringArraySet.include_p(ThreadContext context, IRubyObject item)