Uses of Enum Class
org.jruby.ir.instructions.RuntimeHelperCall.Methods
Packages that use RuntimeHelperCall.Methods
-
Uses of RuntimeHelperCall.Methods in org.jruby.ir.instructions
Methods in org.jruby.ir.instructions that return RuntimeHelperCall.MethodsModifier and TypeMethodDescriptionRuntimeHelperCall.getHelperMethod()
static RuntimeHelperCall.Methods
Returns the enum constant of this class with the specified name.static RuntimeHelperCall.Methods[]
RuntimeHelperCall.Methods.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jruby.ir.instructions with parameters of type RuntimeHelperCall.MethodsModifierConstructorDescriptionRuntimeHelperCall
(Variable result, RuntimeHelperCall.Methods helperMethod, Operand[] args)