org.jruby
Class RubyKernel.CatchTarget

java.lang.Object
  extended by org.jruby.RubyKernel.CatchTarget
All Implemented Interfaces:
JumpTarget
Enclosing class:
RubyKernel

public static class RubyKernel.CatchTarget
extends java.lang.Object
implements JumpTarget


Constructor Summary
RubyKernel.CatchTarget(java.lang.String tag)
           
 
Method Summary
 java.lang.String getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyKernel.CatchTarget

public RubyKernel.CatchTarget(java.lang.String tag)
Method Detail

getTag

public java.lang.String getTag()


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