Uses of Class
org.jruby.RubyBoolean

Packages that use RubyBoolean
org.jruby   
org.jruby.javasupport   
org.jruby.libraries   
 

Uses of RubyBoolean in org.jruby
 

Methods in org.jruby that return RubyBoolean
 RubyBoolean FileStatClass.directory_p()
           
static RubyBoolean KernelModule.block_given(IRubyObject recv)
           
static RubyBoolean KernelModule.system(IRubyObject recv, IRubyObject[] args)
           
 RubyBoolean Ruby.getTrue()
          Returns the "true" instance from the instance pool.
 RubyBoolean Ruby.getFalse()
          Returns the "false" instance from the instance pool.
 RubyBoolean RubyArray.include_p(IRubyObject item)
           
 RubyBoolean RubyArray.frozen()
          rb_ary_frozen_p
 RubyBoolean RubyArray.equal(IRubyObject obj)
          rb_ary_equal
 RubyBoolean RubyArray.eql(IRubyObject obj)
          rb_ary_eql
static RubyBoolean RubyBoolean.newBoolean(Ruby ruby, boolean value)
           
static RubyBoolean RubyComparable.equal(IRubyObject recv, IRubyObject other)
           
static RubyBoolean RubyComparable.op_gt(IRubyObject recv, IRubyObject other)
           
static RubyBoolean RubyComparable.op_ge(IRubyObject recv, IRubyObject other)
           
static RubyBoolean RubyComparable.op_lt(IRubyObject recv, IRubyObject other)
           
static RubyBoolean RubyComparable.op_le(IRubyObject recv, IRubyObject other)
           
static RubyBoolean RubyComparable.between_p(IRubyObject recv, IRubyObject first, IRubyObject second)
           
static RubyBoolean RubyFileTest.directory_p(IRubyObject recv, RubyString filename)
           
static RubyBoolean RubyFileTest.readable_p(IRubyObject recv, RubyString filename)
           
static RubyBoolean RubyFileTest.writable_p(IRubyObject recv, RubyString filename)
           
static RubyBoolean RubyFileTest.zero_p(IRubyObject recv, RubyString filename)
           
 RubyBoolean RubyFloat.finite_p()
           
 RubyBoolean RubyFloat.nan_p()
           
 RubyBoolean RubyFloat.zero_p()
           
 RubyBoolean RubyHash.empty_p()
           
 RubyBoolean RubyHash.has_key(IRubyObject key)
           
 RubyBoolean RubyHash.has_value(IRubyObject value)
           
 RubyBoolean RubyHash.equal(IRubyObject other)
           
 RubyBoolean RubyIO.sync()
          Returns the current sync mode.
 RubyBoolean RubyIO.eof()
           
 RubyBoolean RubyIO.closed()
          Closes the IO.
 RubyBoolean RubyInteger.int_p()
           
 RubyBoolean RubyModule.op_eqq(IRubyObject obj)
          rb_mod_eqq
 RubyBoolean RubyModule.op_le(IRubyObject obj)
          rb_mod_le
 RubyBoolean RubyModule.op_lt(IRubyObject obj)
          rb_mod_lt
 RubyBoolean RubyModule.op_ge(IRubyObject obj)
          rb_mod_ge
 RubyBoolean RubyModule.op_gt(IRubyObject obj)
          rb_mod_gt
 RubyBoolean RubyModule.const_defined(IRubyObject symbol)
          rb_mod_const_defined
 RubyBoolean RubyModule.method_defined(IRubyObject symbol)
           
static RubyBoolean RubyNil.op_and(IRubyObject recv, IRubyObject obj)
          nil_and
static RubyBoolean RubyNil.op_or(IRubyObject recv, IRubyObject obj)
          nil_or
static RubyBoolean RubyNil.op_xor(IRubyObject recv, IRubyObject obj)
          nil_xor
 RubyBoolean RubyNumeric.veryEqual(IRubyObject other)
          num_equal
 RubyBoolean RubyNumeric.equal(IRubyObject other)
          num_equal
 RubyBoolean RubyNumeric.eql(IRubyObject other)
          num_eql
 RubyBoolean RubyNumeric.int_p()
          num_int_p
 RubyBoolean RubyNumeric.zero_p()
          num_zero_p
 RubyBoolean RubyObject.equal(IRubyObject obj)
          rb_obj_equal
 RubyBoolean RubyObject.respond_to(IRubyObject[] args)
          respond_to?( aSymbol, includePriv=false ) -> true or false Returns true if this object responds to the given method.
 RubyBoolean RubyObject.tainted()
          rb_obj_tainted
 RubyBoolean RubyObject.frozen()
          rb_obj_frozen_p
 RubyBoolean RubyObject.instance_of(IRubyObject type)
          rb_obj_is_instance_of
 RubyBoolean RubyObject.kind_of(IRubyObject type)
          rb_obj_is_kind_of
 RubyBoolean RubyRange.exclude_end_p()
           
 RubyBoolean RubyRange.equal(IRubyObject obj)
           
 RubyBoolean RubyRange.op_eqq(IRubyObject obj)
           
 RubyBoolean RubyRegexp.equal(IRubyObject other)
          rb_reg_equal
 RubyBoolean RubyRegexp.casefold()
          rb_reg_casefold_p
 RubyBoolean RubyString.equal(IRubyObject other)
          rb_str_equal
 RubyBoolean RubyString.empty()
          rb_str_empty
 RubyBoolean RubyString.include(IRubyObject obj)
          rb_str_include
 RubyBoolean RubyStruct.equal(IRubyObject other)
           
 RubyBoolean RubySymbol.equal(IRubyObject other)
           
 RubyBoolean RubyTime.gmt()
           
 RubyBoolean RubyTime.isdst()
           
static RubyBoolean ThreadClass.abort_on_exception(IRubyObject recv)
          Returns the status of the global ``abort on exception'' condition.
 RubyBoolean ThreadClass.abort_on_exception()
           
 RubyBoolean ThreadClass.is_alive()
           
 RubyBoolean ThreadClass.has_key(IRubyObject key)
           
 

Methods in org.jruby with parameters of type RubyBoolean
 IRubyObject RubyIO.sync_set(RubyBoolean newSync)
          Sets the current sync mode.
 void RubyRange.init(IRubyObject begin, IRubyObject end, RubyBoolean isExclusive)
           
 

Uses of RubyBoolean in org.jruby.javasupport
 

Methods in org.jruby.javasupport that return RubyBoolean
 RubyBoolean JavaClass.public_p()
           
 RubyBoolean JavaClass.final_p()
           
 RubyBoolean JavaClass.interface_p()
           
 RubyBoolean JavaClass.array_p()
           
 RubyBoolean JavaClass.primitive_p()
           
 RubyBoolean JavaClass.assignable_from_p(IRubyObject other)
           
 RubyBoolean JavaField.public_p()
           
 RubyBoolean JavaField.static_p()
           
 RubyBoolean JavaField.final_p()
           
 RubyBoolean JavaMethod.public_p()
           
 RubyBoolean JavaMethod.final_p()
           
 RubyBoolean JavaMethod.static_p()
           
 RubyBoolean JavaObject.equal(IRubyObject other)
           
 

Uses of RubyBoolean in org.jruby.libraries
 

Methods in org.jruby.libraries that return RubyBoolean
 RubyBoolean Mutex.locked_p()
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.