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