Uses of Class
org.jruby.ir.operands.IRException
Packages that use IRException
-
Uses of IRException in org.jruby.ir
Methods in org.jruby.ir with parameters of type IRException -
Uses of IRException in org.jruby.ir.operands
Fields in org.jruby.ir.operands declared as IRExceptionModifier and TypeFieldDescriptionstatic final IRException
IRException.BREAK_LocalJumpError
static final IRException
IRException.NEXT_LocalJumpError
static final IRException
IRException.REDO_LocalJumpError
static final IRException
IRException.RETRY_LocalJumpError
static final IRException
IRException.RETURN_LocalJumpError
Methods in org.jruby.ir.operands that return IRExceptionModifier and TypeMethodDescriptionstatic IRException
IRException.decode
(IRReaderDecoder d) static IRException
IRException.getExceptionFromOrdinal
(int ordinal) -
Uses of IRException in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence with parameters of type IRException