Class AsmUtil

java.lang.Object
net.hollowcube.mql.jit.AsmUtil

public final class AsmUtil extends Object
  • Method Details

    • toDescriptor

      @NotNull public static @NotNull String toDescriptor(@NotNull @NotNull Class<?> clazz)
    • toDescriptor

      @NotNull public static @NotNull String toDescriptor(@NotNull @NotNull Method method)
    • toName

      @NotNull public static @NotNull String toName(@NotNull @NotNull Class<?> clazz)
    • convert

      public static void convert(Class<?> to, Class<?> from, org.objectweb.asm.MethodVisitor mv)
    • loadClass

      public static Class<?> loadClass(String className, byte[] b)
    • prettyPrintEvalMethod

      @NotNull public static @NotNull String prettyPrintEvalMethod(byte[] bytecode)