Uses of Enum Class
org.jruby.runtime.RubyEvent
Packages that use RubyEvent
Package
Description
-
Uses of RubyEvent in org.jruby
Modifier and TypeMethodDescriptionvoid
Ruby.callEventHooks
(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type) Deprecated. -
Uses of RubyEvent in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return RubyEventConstructors in org.jruby.ir.instructions with parameters of type RubyEventModifierConstructorDescriptionTraceInstr
(RubyEvent event, Operand module, RubySymbol name, String filename, int linenumber) -
Uses of RubyEvent in org.jruby.ir.persistence
Methods in org.jruby.ir.persistence that return RubyEventModifier and TypeMethodDescriptionIRReaderDecoder.decodeRubyEvent()
IRReaderStream.decodeRubyEvent()
Methods in org.jruby.ir.persistence with parameters of type RubyEvent -
Uses of RubyEvent in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime with parameters of type RubyEventModifier and TypeMethodDescriptionstatic void
IRRuntimeHelpers.callTrace
(ThreadContext context, Block selfBlock, RubyEvent event, String name, String filename, int line) static void
IRRuntimeHelpers.callTrace
(ThreadContext context, IRubyObject selfClass, RubyEvent event, String name, String filename, int line) static void
IRRuntimeHelpers.callTraceHooks
(ThreadContext context, Block selfBlock, RubyEvent event, String name, String filename, int line) -
Uses of RubyEvent in org.jruby.runtime
Fields in org.jruby.runtime with type parameters of type RubyEventMethods in org.jruby.runtime that return RubyEventModifier and TypeMethodDescriptionstatic RubyEvent
static RubyEvent
RubyEvent.fromOrdinal
(int value) static RubyEvent
Returns the enum constant of this class with the specified name.static RubyEvent[]
RubyEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby.runtime that return types with arguments of type RubyEventModifier and TypeMethodDescriptionEventHook.eventSet()
TraceEventManager.CallTraceFuncHook.eventSet()
Methods in org.jruby.runtime with parameters of type RubyEventModifier and TypeMethodDescriptionvoid
TraceEventManager.callEventHooks
(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type) void
EventHook.event
(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type) abstract boolean
EventHook.isInterestedInEvent
(RubyEvent event) boolean
TraceEventManager.CallTraceFuncHook.isInterestedInEvent
(RubyEvent event) void
ThreadContext.trace
(RubyEvent event, String name, RubyModule implClass) void
ThreadContext.trace
(RubyEvent event, String name, RubyModule implClass, String file, int line)