Package org.jruby.compiler
Class FullBuildTask
java.lang.Object
org.jruby.compiler.FullBuildTask
- All Implemented Interfaces:
Runnable
Created by headius on 12/8/16.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JITCompilerprivate static final Loggerprivate final Compilable<InterpreterContext> -
Constructor Summary
ConstructorsConstructorDescriptionFullBuildTask(JITCompiler jitCompiler, Compilable<InterpreterContext> method) -
Method Summary
-
Field Details
-
LOG
-
jitCompiler
-
method
-
-
Constructor Details
-
FullBuildTask
FullBuildTask(JITCompiler jitCompiler, Compilable<InterpreterContext> method)
-
-
Method Details