|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.Ruby.CallTraceFuncHook
public class Ruby.CallTraceFuncHook
Field Summary |
---|
Fields inherited from interface org.jruby.runtime.EventHook |
---|
EVENT_NAMES, RUBY_EVENT_C_CALL, RUBY_EVENT_C_RETURN, RUBY_EVENT_CALL, RUBY_EVENT_CLASS, RUBY_EVENT_END, RUBY_EVENT_LINE, RUBY_EVENT_RAISE, RUBY_EVENT_RETURN |
Constructor Summary | |
---|---|
Ruby.CallTraceFuncHook()
|
Method Summary | |
---|---|
void |
event(ThreadContext context,
int event,
java.lang.String file,
int line,
java.lang.String name,
IRubyObject type)
|
boolean |
isInterestedInEvent(int event)
|
void |
setTraceFunc(RubyProc traceFunc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ruby.CallTraceFuncHook()
Method Detail |
---|
public void setTraceFunc(RubyProc traceFunc)
public void event(ThreadContext context, int event, java.lang.String file, int line, java.lang.String name, IRubyObject type)
event
in interface EventHook
public boolean isInterestedInEvent(int event)
isInterestedInEvent
in interface EventHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |