org.jruby.exceptions
Class JumpException.JumpType
java.lang.Object
org.jruby.exceptions.JumpException.JumpType
- Enclosing class:
- JumpException
public static final class JumpException.JumpType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
NEXT
public static final int NEXT
- See Also:
- Constant Field Values
REDO
public static final int REDO
- See Also:
- Constant Field Values
RETRY
public static final int RETRY
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
THROW
public static final int THROW
- See Also:
- Constant Field Values
RAISE
public static final int RAISE
- See Also:
- Constant Field Values
SPECIAL
public static final int SPECIAL
- See Also:
- Constant Field Values
BreakJump
public static final JumpException.JumpType BreakJump
NextJump
public static final JumpException.JumpType NextJump
RedoJump
public static final JumpException.JumpType RedoJump
RetryJump
public static final JumpException.JumpType RetryJump
ReturnJump
public static final JumpException.JumpType ReturnJump
ThrowJump
public static final JumpException.JumpType ThrowJump
RaiseJump
public static final JumpException.JumpType RaiseJump
SpecialJump
public static final JumpException.JumpType SpecialJump
getTypeId
public int getTypeId()
Copyright © 2002-2007 JRuby Team. All Rights Reserved.