Uses of Class
org.jruby.exceptions.JumpException.JumpType

Packages that use JumpException.JumpType
org.jruby.exceptions   
org.jruby.runtime   
 

Uses of JumpException.JumpType in org.jruby.exceptions
 

Fields in org.jruby.exceptions declared as JumpException.JumpType
static JumpException.JumpType JumpException.JumpType.BreakJump
           
static JumpException.JumpType JumpException.JumpType.NextJump
           
static JumpException.JumpType JumpException.JumpType.RedoJump
           
static JumpException.JumpType JumpException.JumpType.RetryJump
           
static JumpException.JumpType JumpException.JumpType.ReturnJump
           
static JumpException.JumpType JumpException.JumpType.ThrowJump
           
static JumpException.JumpType JumpException.JumpType.RaiseJump
           
static JumpException.JumpType JumpException.JumpType.SpecialJump
           
 

Methods in org.jruby.exceptions that return JumpException.JumpType
 JumpException.JumpType JumpException.getJumpType()
           
 

Methods in org.jruby.exceptions with parameters of type JumpException.JumpType
 void JumpException.setJumpType(JumpException.JumpType jumpType)
           
 

Constructors in org.jruby.exceptions with parameters of type JumpException.JumpType
JumpException(JumpException.JumpType jumpType)
          Constructor for JumpException.
JumpException(java.lang.String msg, JumpException.JumpType jumpType)
          Constructor for JumpException.
JumpException(java.lang.String msg, java.lang.Throwable cause, JumpException.JumpType jumpType)
           
 

Uses of JumpException.JumpType in org.jruby.runtime
 

Methods in org.jruby.runtime with parameters of type JumpException.JumpType
 JumpException ThreadContext.prepareJumpException(JumpException.JumpType jumpType, java.lang.Object target, java.lang.Object value)
           
 



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