Class ScriptAndCode

java.lang.Object
org.jruby.ast.executable.ScriptAndCode

public class ScriptAndCode extends Object
Represents an executable Script object and the bytecode that goes with it.
  • Constructor Details

    • ScriptAndCode

      public ScriptAndCode(byte[] bytecode, Script script)
  • Method Details

    • bytecode

      public byte[] bytecode()
    • script

      public Script script()