Class IRClassCompiler

java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
gw.internal.gosu.ir.compiler.bytecode.IRClassCompiler

public class IRClassCompiler extends AbstractBytecodeCompiler
  • Field Details

  • Constructor Details

    • IRClassCompiler

      public IRClassCompiler(IRClass irClass)
  • Method Details

    • compileClass

      public static byte[] compileClass(IRClass irClass, boolean debug)
    • addAnnotations

      public void addAnnotations()
    • verify

      public static void verify(byte[] bytes)
    • isDebugFlagSet

      public static boolean isDebugFlagSet(DebugFlag flag)
    • getMethodDescriptor

      public static String getMethodDescriptor(IRMethodStatement m)
    • toString

      public String toString()
      Overrides:
      toString in class Object