|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyBoolean | |
---|---|
org.jruby | |
org.jruby.javasupport | |
org.jruby.javasupport.util | |
org.jruby.libraries |
Uses of RubyBoolean in org.jruby |
---|
Methods in org.jruby that return RubyBoolean | |
---|---|
static RubyBoolean |
RubyThread.abort_on_exception_x(IRubyObject recv)
Returns the status of the global ``abort on exception'' condition. |
RubyBoolean |
RubyThread.abort_on_exception()
|
RubyBoolean |
RubyThread.alive_p()
|
static RubyBoolean |
RubyComparable.between_p(ThreadContext context,
IRubyObject recv,
IRubyObject first,
IRubyObject second)
cmp_between |
static RubyBoolean |
RubyKernel.block_given_p(ThreadContext context,
IRubyObject recv,
Block block)
|
RubyBoolean |
RubyIO.closed_p(ThreadContext context)
Closes the IO. |
RubyBoolean |
RubyModule.const_defined_p(ThreadContext context,
IRubyObject symbol)
rb_mod_const_defined |
RubyBoolean |
RubyFileStat.directory_p()
|
RubyBoolean |
RubyHash.empty_p()
rb_hash_empty_p |
RubyBoolean |
RubyString.empty_p(ThreadContext context)
rb_str_empty |
RubyBoolean |
RubyStringScanner.empty_p(ThreadContext context)
|
RubyBoolean |
RubyIO.eof_p(ThreadContext context)
|
RubyBoolean |
RubyStringScanner.eos_p(ThreadContext context)
|
RubyBoolean |
RubyArray.eql_p(ThreadContext context,
IRubyObject obj)
rb_ary_eql |
RubyBoolean |
RubyFixnum.even_p()
|
RubyBoolean |
RubyInteger.even_p(ThreadContext context)
|
RubyBoolean |
RubyRange.exclude_end_p()
|
RubyBoolean |
RubyFileStat.file_p()
|
static RubyBoolean |
RubyFileTest.file_p(IRubyObject recv,
IRubyObject filename)
|
RubyBoolean |
RubyArray.frozen_p(ThreadContext context)
rb_ary_frozen_p |
RubyBoolean |
RubyObject.frozen_p(ThreadContext context)
rb_obj_frozen_p call-seq: obj.frozen? => true or false Returns the freeze status of obj. |
RubyBoolean |
Ruby.getFalse()
Returns the "false" instance from the instance pool. |
RubyBoolean |
Ruby.getTrue()
Returns the "true" instance from the instance pool. |
RubyBoolean |
RubyTime.gmt()
|
RubyBoolean |
RubyHash.has_key_p(IRubyObject key)
rb_hash_has_key |
RubyBoolean |
RubyHash.has_value_p(ThreadContext context,
IRubyObject expected)
rb_hash_has_value |
RubyBoolean |
RubyArray.include_p(ThreadContext context,
IRubyObject item)
rb_ary_includes |
RubyBoolean |
RubyRange.include_p(ThreadContext context,
IRubyObject obj)
|
RubyBoolean |
RubyString.include_p(ThreadContext context,
IRubyObject obj)
rb_str_include |
RubyBoolean |
RubyObject.instance_of_p(ThreadContext context,
IRubyObject type)
rb_obj_is_instance_of call-seq: obj.instance_of?(class) => true or false Returns true if obj is an instance of the given
class. |
RubyBoolean |
RubyTime.isdst()
|
RubyBoolean |
RubyThread.key_p(IRubyObject key)
|
RubyBoolean |
RubyObject.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 Returns true if class is the class of
obj, or if class is one of the superclasses of
obj or modules included in obj. |
RubyBoolean |
RubyStringScanner.matched_p(ThreadContext context)
|
RubyBoolean |
RubyModule.method_defined_p(ThreadContext context,
IRubyObject symbol)
|
RubyBoolean |
Ruby.newBoolean(boolean value)
|
static RubyBoolean |
RubyBoolean.newBoolean(Ruby runtime,
boolean value)
|
RubyBoolean |
RubyFixnum.odd_p()
|
RubyBoolean |
RubyInteger.odd_p(ThreadContext context)
|
static RubyBoolean |
RubyNil.op_and(IRubyObject recv,
IRubyObject obj)
nil_and |
RubyBoolean |
RubyModule.op_eqq(ThreadContext context,
IRubyObject obj)
rb_mod_eqq |
RubyBoolean |
RubyMethod.op_equal(ThreadContext context,
IRubyObject other)
|
static RubyBoolean |
RubyComparable.op_ge(ThreadContext context,
IRubyObject recv,
IRubyObject other)
cmp_ge |
static RubyBoolean |
RubyComparable.op_gt(ThreadContext context,
IRubyObject recv,
IRubyObject other)
cmp_gt |
static RubyBoolean |
RubyComparable.op_le(ThreadContext context,
IRubyObject recv,
IRubyObject other)
cmp_le |
static RubyBoolean |
RubyComparable.op_lt(ThreadContext context,
IRubyObject recv,
IRubyObject other)
cmp_lt |
static RubyBoolean |
RubyNil.op_or(IRubyObject recv,
IRubyObject obj)
nil_or |
static RubyBoolean |
RubyNil.op_xor(IRubyObject recv,
IRubyObject obj)
nil_xor |
RubyBoolean |
RubyObject.respond_to_p(IRubyObject mname)
obj_respond_to respond_to?( aSymbol, includePriv=false ) -> true or false Returns true if this object responds to the given method. |
RubyBoolean |
RubyObject.respond_to_p(IRubyObject mname,
IRubyObject includePrivate)
obj_respond_to respond_to?( aSymbol, includePriv=false ) -> true or false Returns true if this object responds to the given method. |
RubyBoolean |
RubyStringScanner.rest_p(ThreadContext context)
|
RubyBoolean |
RubyThread.stop_p()
|
static RubyBoolean |
RubyFileTest.symlink_p(IRubyObject recv,
IRubyObject filename)
|
RubyBoolean |
RubyIO.sync(ThreadContext context)
Returns the current sync mode. |
static RubyBoolean |
RubyKernel.system(ThreadContext context,
IRubyObject recv,
IRubyObject[] args)
|
RubyBoolean |
RubyObject.tainted_p(ThreadContext context)
rb_obj_tainted call-seq: obj.tainted? => true or false Returns true if the object is tainted. |
RubyBoolean |
RubyIO.tty_p(ThreadContext context)
|
static RubyBoolean |
RubyFileTest.writable_p(IRubyObject recv,
IRubyObject filename)
|
static RubyBoolean |
RubyFileTest.zero_p(IRubyObject recv,
IRubyObject filename)
|
Uses of RubyBoolean in org.jruby.javasupport |
---|
Uses of RubyBoolean in org.jruby.javasupport.util |
---|
Methods in org.jruby.javasupport.util that return RubyBoolean | |
---|---|
static RubyBoolean |
RuntimeHelpers.isWhenTriggered(IRubyObject expression,
IRubyObject expressionsObject,
ThreadContext context)
|
Uses of RubyBoolean in org.jruby.libraries |
---|
Methods in org.jruby.libraries that return RubyBoolean | |
---|---|
RubyBoolean |
ThreadLibrary.Queue.empty_p(ThreadContext context)
|
RubyBoolean |
ThreadLibrary.Mutex.locked_p(ThreadContext context)
|
RubyBoolean |
ThreadLibrary.Mutex.try_lock(ThreadContext context)
|
RubyBoolean |
ThreadLibrary.Mutex.unlock(ThreadContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |