Uses of Enum Class
org.jruby.runtime.RubyEvent
Packages that use RubyEvent
Package
Description
-
Uses of RubyEvent in org.jruby
Modifier and TypeMethodDescriptionvoidRuby.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 voidIRRuntimeHelpers.callTrace(ThreadContext context, Block selfBlock, RubyEvent event, String name, String filename, int line) static voidIRRuntimeHelpers.callTrace(ThreadContext context, IRubyObject selfClass, RubyEvent event, String name, String filename, int line) static voidIRRuntimeHelpers.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 RubyEventstatic RubyEventRubyEvent.fromOrdinal(int value) static RubyEventReturns 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 TypeMethodDescriptionvoidTraceEventManager.callEventHooks(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type) voidEventHook.event(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type) abstract booleanEventHook.isInterestedInEvent(RubyEvent event) booleanTraceEventManager.CallTraceFuncHook.isInterestedInEvent(RubyEvent event) voidThreadContext.trace(RubyEvent event, String name, RubyModule implClass) voidThreadContext.trace(RubyEvent event, String name, RubyModule implClass, String file, int line)