Uses of Interface
org.jruby.runtime.opto.OptoFactory.ConstantFactory
Packages that use OptoFactory.ConstantFactory
-
Uses of OptoFactory.ConstantFactory in org.jruby.runtime.opto
Classes in org.jruby.runtime.opto that implement OptoFactory.ConstantFactoryModifier and TypeClassDescriptionprivate static classA constant factory that produces MethodHandle constants that drop an initial ThreadContext argument.Fields in org.jruby.runtime.opto declared as OptoFactory.ConstantFactoryModifier and TypeFieldDescriptionprivate static final OptoFactory.ConstantFactoryOptoFactory.CONSTANT_FACTORYThe constant factory we'll be using for this run.