Package | Description |
---|---|
org.jruby.ir.instructions |
Modifier and Type | Method and Description |
---|---|
static RuntimeHelperCall.Methods |
RuntimeHelperCall.Methods.fromOrdinal(int value) |
RuntimeHelperCall.Methods |
RuntimeHelperCall.getHelperMethod() |
static RuntimeHelperCall.Methods |
RuntimeHelperCall.Methods.valueOf(String name)
Returns 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.
|
Constructor and Description |
---|
RuntimeHelperCall(Variable result,
RuntimeHelperCall.Methods helperMethod,
Operand[] args) |
Copyright © 2001-2016 JRuby. All Rights Reserved.