| Package | Description |
|---|---|
| org.jruby.ir.targets |
| Modifier and Type | Method and Description |
|---|---|
BytecodeMode |
JVMVisitor.getBytecodeMode() |
static BytecodeMode |
BytecodeMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeMode[] |
BytecodeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IRBytecodeAdapter(BytecodeMode bytecodeMode,
SkinnyMethodAdapter adapter,
com.headius.invokebinder.Signature signature,
ClassData classData) |
Copyright © 2001-2022 JRuby. All Rights Reserved.