org.jruby.runtime
Interface EventHook
- All Known Implementing Classes:
- Ruby.CallTraceFuncHook
public interface EventHook
- Author:
- headius
RUBY_EVENT_LINE
static final int RUBY_EVENT_LINE
- See Also:
- Constant Field Values
RUBY_EVENT_CLASS
static final int RUBY_EVENT_CLASS
- See Also:
- Constant Field Values
RUBY_EVENT_END
static final int RUBY_EVENT_END
- See Also:
- Constant Field Values
RUBY_EVENT_CALL
static final int RUBY_EVENT_CALL
- See Also:
- Constant Field Values
RUBY_EVENT_RETURN
static final int RUBY_EVENT_RETURN
- See Also:
- Constant Field Values
RUBY_EVENT_C_CALL
static final int RUBY_EVENT_C_CALL
- See Also:
- Constant Field Values
RUBY_EVENT_C_RETURN
static final int RUBY_EVENT_C_RETURN
- See Also:
- Constant Field Values
RUBY_EVENT_RAISE
static final int RUBY_EVENT_RAISE
- See Also:
- Constant Field Values
EVENT_NAMES
static final java.lang.String[] EVENT_NAMES
event
void event(ThreadContext context,
int event,
java.lang.String file,
int line,
java.lang.String name,
IRubyObject type)
isInterestedInEvent
boolean isInterestedInEvent(int event)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.