Uses of Enum
org.jruby.runtime.invokedynamic.MethodNames
Packages that use MethodNames
-
Uses of MethodNames in org.jruby
Methods in org.jruby with parameters of type MethodNamesModifier and TypeMethodDescriptionprivate IRubyObjectRubyRange.equalityInner(ThreadContext context, IRubyObject other, MethodNames equalityCheck) -
Uses of MethodNames in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type MethodNamesModifier and TypeMethodDescriptionstatic IRubyObjectHelpers.invokedynamic(ThreadContext context, IRubyObject self, MethodNames method) static IRubyObjectHelpers.invokedynamic(ThreadContext context, IRubyObject self, MethodNames method, IRubyObject arg0) -
Uses of MethodNames in org.jruby.runtime.invokedynamic
Methods in org.jruby.runtime.invokedynamic that return MethodNamesModifier and TypeMethodDescriptionstatic MethodNamesReturns the enum constant of this type with the specified name.static MethodNames[]MethodNames.values()Returns an array containing the constants of this enum type, in the order they are declared.