org.jruby.internal.runtime
Interface JumpTarget

All Known Implementing Classes:
BlockBody, CallBlock, CompiledBlock, CompiledBlockLight, CompiledMethod, CompiledSharedScopeBlock, DefaultMethod, Frame, FullFunctionCallbackMethod, InterpretedBlock, JavaMethod, JavaMethod.JavaMethodNoBlock, JavaMethod.JavaMethodOne, JavaMethod.JavaMethodOneBlock, JavaMethod.JavaMethodOneOrTwo, JavaMethod.JavaMethodOneOrTwoBlock, JavaMethod.JavaMethodOneOrTwoOrThree, JavaMethod.JavaMethodThree, JavaMethod.JavaMethodThreeBlock, JavaMethod.JavaMethodTwo, JavaMethod.JavaMethodTwoBlock, JavaMethod.JavaMethodTwoOrThree, JavaMethod.JavaMethodZero, JavaMethod.JavaMethodZeroBlock, JavaMethod.JavaMethodZeroOrOne, JavaMethod.JavaMethodZeroOrOneOrTwo, MethodBlock, MethodMethod, ProcMethod, ReflectedCompiledMethod, ReflectedJavaMethod, ReflectedJavaMultiMethod, RubiniusMethod, RubyKernel.CatchTarget, RubyProc, SharedScopeBlock, YARVMethod

public interface JumpTarget

Marker interface for jump targets. Only a jump target can receive a non-local return event.




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