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