| Constructor and Description |
|---|
CallTraceFuncHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
eventHandler(ThreadContext context,
java.lang.String eventName,
java.lang.String file,
int line,
java.lang.String name,
IRubyObject type) |
java.util.EnumSet<RubyEvent> |
eventSet() |
boolean |
isInterestedInEvent(RubyEvent event) |
void |
setTraceFunc(RubyProc traceFunc) |
event, needsDebugpublic void setTraceFunc(RubyProc traceFunc)
public void eventHandler(ThreadContext context, java.lang.String eventName, java.lang.String file, int line, java.lang.String name, IRubyObject type)
eventHandler in class EventHookpublic boolean isInterestedInEvent(RubyEvent event)
isInterestedInEvent in class EventHookCopyright © 2001-2019 JRuby. All Rights Reserved.