Class JITClassGenerator

java.lang.Object
org.jruby.compiler.JITClassGenerator
Direct Known Subclasses:
BlockJITClassGenerator, MethodJITClassGenerator

public class JITClassGenerator extends Object
  • Field Details

    • packageName

      protected final String packageName
    • className

      protected final String className
    • methodName

      protected final String methodName
    • digestString

      protected final String digestString
    • visitor

      protected final JVMVisitor visitor
    • name

      protected final String name
    • bytecode

      protected byte[] bytecode
    • compileTime

      protected long compileTime
    • CLASS_METHOD_DELIMITER

      public static final String CLASS_METHOD_DELIMITER
      See Also:
  • Constructor Details

  • Method Details

    • bytecode

      public byte[] bytecode()
    • name

      public String name()