Uses of Class
org.jruby.RubyLocalJumpError.Reason

Packages that use RubyLocalJumpError.Reason
org.jruby   
 

Uses of RubyLocalJumpError.Reason in org.jruby
 

Methods in org.jruby that return RubyLocalJumpError.Reason
 RubyLocalJumpError.Reason RubyLocalJumpError.getReason()
           
static RubyLocalJumpError.Reason RubyLocalJumpError.Reason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RubyLocalJumpError.Reason[] RubyLocalJumpError.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jruby with parameters of type RubyLocalJumpError.Reason
 RaiseException Ruby.newLocalJumpError(RubyLocalJumpError.Reason reason, IRubyObject exitValue, java.lang.String message)
           
 

Constructors in org.jruby with parameters of type RubyLocalJumpError.Reason
RubyLocalJumpError(Ruby runtime, RubyClass exceptionClass, java.lang.String message, RubyLocalJumpError.Reason reason, IRubyObject exitValue)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.