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 Link icon

    • ScriptAndCode Link icon

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

    • bytecode Link icon

      public byte[] bytecode()
    • script Link icon

      public Script script()