public abstract class CompiledBlockCallback
extends java.lang.Object
Constructor and Description |
---|
CompiledBlockCallback() |
Modifier and Type | Method and Description |
---|---|
abstract IRubyObject |
call(ThreadContext context,
IRubyObject self,
IRubyObject args,
Block block) |
abstract java.lang.String |
getFile() |
abstract int |
getLine() |
public abstract IRubyObject call(ThreadContext context, IRubyObject self, IRubyObject args, Block block)
public abstract java.lang.String getFile()
public abstract int getLine()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.