Uses of Enum Class
org.jruby.ir.targets.BytecodeMode
Packages that use BytecodeMode
-
Uses of BytecodeMode in org.jruby.ir.targets
Methods in org.jruby.ir.targets that return BytecodeModeModifier and TypeMethodDescriptionJVMVisitor.getBytecodeMode()static BytecodeModeReturns the enum constant of this class with the specified name.static BytecodeMode[]BytecodeMode.values()Returns an array containing the constants of this enum class, 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)