Uses of Enum
org.jruby.ir.targets.BytecodeMode
Packages that use BytecodeMode
-
Uses of BytecodeMode in org.jruby.ir.targets
Fields in org.jruby.ir.targets declared as BytecodeModeMethods in org.jruby.ir.targets that return BytecodeModeModifier and TypeMethodDescriptionJVMVisitor.getBytecodeMode()static BytecodeModeReturns 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.Constructors in org.jruby.ir.targets with parameters of type BytecodeModeModifierConstructorDescriptionIRBytecodeAdapter(BytecodeMode bytecodeMode, SkinnyMethodAdapter adapter, com.headius.invokebinder.Signature signature, ClassData classData) (package private)JVMVisitor(Ruby runtime, BytecodeMode bytecodeMode)