Uses of Enum Class
org.jruby.runtime.invokedynamic.MethodNames
Packages that use MethodNames
-
Uses of MethodNames in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type MethodNamesModifier and TypeMethodDescriptionstatic IRubyObject
Helpers.invokedynamic
(ThreadContext context, IRubyObject self, MethodNames method) static IRubyObject
Helpers.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 MethodNames
Returns the enum constant of this class with the specified name.static MethodNames[]
MethodNames.values()
Returns an array containing the constants of this enum class, in the order they are declared.