Save This Page
Home » jruby-src-1.1.3 » org.jruby » [javadoc | source]
org.jruby
public class: RubyRange [javadoc | source]
java.lang.Object
   org.jruby.RubyObject
      org.jruby.RubyRange

All Implemented Interfaces:
    VALUE

Method from org.jruby.RubyRange Summary:
begLen,   copySpecialInstanceVariables,   createRangeClass,   each,   eql_p,   exclude_end_p,   first,   hash,   include_p,   initialize,   inspect,   last,   newExclusiveRange,   newInclusiveRange,   newRange,   op_equal,   step,   to_s
Methods from org.jruby.RubyObject:
callInit,   defineSingletonMethod,   funcall,   funcall,   funcall,   funcall3,   getClassVarSingleton,   getInstanceVar,   getInstanceVar,   getInstanceVariables,   getRuby,   getRubyClass,   getSingletonClass,   infectObject,   isFalse,   isFrozen,   isImmediate,   isInstanceVarDefined,   isNil,   isSpecialConst,   isTaint,   isTrue,   m_clone,   m_dup,   m_equal,   m_freeze,   m_frozen,   m_id,   m_inspect,   m_instance_of,   m_kind_of,   m_methods,   m_private_methods,   m_protected_methods,   m_singleton_methods,   m_taint,   m_tainted,   m_to_s,   m_type,   m_untaint,   setFrozen,   setImmediate,   setInstanceVar,   setInstanceVar,   setInstanceVariables,   setRuby,   setRubyClass,   setTaint,   setupClone,   setupObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jruby.RubyRange Detail:
 final long[] begLen(long len,
    int err) 
 protected  void copySpecialInstanceVariables(IRubyObject clone) 
 public static RubyClass createRangeClass(Ruby runtime) 
 public IRubyObject each(ThreadContext context,
    Block block) 
 public IRubyObject eql_p(ThreadContext context,
    IRubyObject other) 
 public RubyBoolean exclude_end_p() 
 public IRubyObject first() 
 public RubyFixnum hash(ThreadContext context) 
 public RubyBoolean include_p(ThreadContext context,
    IRubyObject obj) 
 public IRubyObject initialize(ThreadContext context,
    IRubyObject[] args,
    Block unusedBlock) 
 public IRubyObject inspect(ThreadContext context) 
 public IRubyObject last() 
 public static RubyRange newExclusiveRange(Ruby runtime,
    ThreadContext context,
    IRubyObject begin,
    IRubyObject end) 
 public static RubyRange newInclusiveRange(Ruby runtime,
    ThreadContext context,
    IRubyObject begin,
    IRubyObject end) 
 public static RubyRange newRange(Ruby runtime,
    ThreadContext context,
    IRubyObject begin,
    IRubyObject end,
    boolean isExclusive) 
 public IRubyObject op_equal(ThreadContext context,
    IRubyObject other) 
 public IRubyObject step(ThreadContext context,
    IRubyObject[] args,
    Block block) 
 public IRubyObject to_s(ThreadContext context)