Uses of Enum
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) booleanRuby.CallTraceFuncHook.isInterestedInEvent(RubyEvent event) -
Uses of RubyEvent in org.jruby.ir.instructions
Fields in org.jruby.ir.instructions declared as RubyEventMethods in org.jruby.ir.instructions that return RubyEventConstructors in org.jruby.ir.instructions with parameters of type RubyEventModifierConstructorDescriptionTraceInstr(RubyEvent event, 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, RubyEvent event, String name, String filename, int line) -
Uses of RubyEvent in org.jruby.ir.targets.indy
Fields in org.jruby.ir.targets.indy declared as RubyEvent -
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 type with the specified name.static RubyEvent[]RubyEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.runtime that return types with arguments of type RubyEventMethods in org.jruby.runtime with parameters of type RubyEventModifier and TypeMethodDescriptionvoidEventHook.event(ThreadContext context, RubyEvent event, String file, int line, String name, IRubyObject type) abstract booleanEventHook.isInterestedInEvent(RubyEvent event) voidThreadContext.trace(RubyEvent event, String name, RubyModule implClass) voidThreadContext.trace(RubyEvent event, String name, RubyModule implClass, String file, int line)