Class Bootstrap

java.lang.Object
org.jruby.ir.targets.indy.Bootstrap

public class Bootstrap extends Object
  • Field Details

    • BOOTSTRAP_BARE_SIG

      public static final String BOOTSTRAP_BARE_SIG
    • BOOTSTRAP_LONG_STRING_INT_SIG

      public static final String BOOTSTRAP_LONG_STRING_INT_SIG
    • BOOTSTRAP_DOUBLE_STRING_INT_SIG

      public static final String BOOTSTRAP_DOUBLE_STRING_INT_SIG
    • BOOTSTRAP_INT_INT_SIG

      public static final String BOOTSTRAP_INT_INT_SIG
    • BOOTSTRAP_INT_SIG

      public static final String BOOTSTRAP_INT_SIG
  • Constructor Details

    • Bootstrap

      public Bootstrap()
  • Method Details

    • getBootstrapHandle

      public static org.objectweb.asm.Handle getBootstrapHandle(String name, String sig)
    • getBootstrapHandle

      public static org.objectweb.asm.Handle getBootstrapHandle(String name, Class type, String sig)