Uses of Enum
org.jruby.ir.instructions.RuntimeHelperCall.Methods
Packages that use RuntimeHelperCall.Methods
-
Uses of RuntimeHelperCall.Methods in org.jruby.ir.instructions
Fields in org.jruby.ir.instructions declared as RuntimeHelperCall.MethodsModifier and TypeFieldDescription(package private) final RuntimeHelperCall.MethodsRuntimeHelperCall.helperMethodMethods in org.jruby.ir.instructions that return RuntimeHelperCall.MethodsModifier and TypeMethodDescriptionstatic RuntimeHelperCall.MethodsRuntimeHelperCall.Methods.fromOrdinal(int value) RuntimeHelperCall.getHelperMethod()static RuntimeHelperCall.MethodsReturns the enum constant of this type with the specified name.static RuntimeHelperCall.Methods[]RuntimeHelperCall.Methods.values()Returns an array containing the constants of this enum type, 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)