Package org.jruby.compiler
Class BlockJITClassGenerator
java.lang.Object
org.jruby.compiler.JITClassGenerator
org.jruby.compiler.BlockJITClassGenerator
-
Field Summary
Fields inherited from class org.jruby.compiler.JITClassGenerator
bytecode, CLASS_METHOD_DELIMITER, className, compileTime, digestString, methodName, name, packageName, visitor
-
Constructor Summary
ConstructorsConstructorDescriptionBlockJITClassGenerator
(String className, String methodName, String key, Ruby ruby, MixedModeIRBlockBody body, JVMVisitor visitor) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
compile
(JVMVisitorMethodContext context) toString()
Methods inherited from class org.jruby.compiler.JITClassGenerator
bytecode, name
-
Constructor Details
-
BlockJITClassGenerator
public BlockJITClassGenerator(String className, String methodName, String key, Ruby ruby, MixedModeIRBlockBody body, JVMVisitor visitor)
-
-
Method Details