Class StaticTypesStatementWriter

java.lang.Object
org.codehaus.groovy.classgen.asm.StatementWriter
org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter

public class StaticTypesStatementWriter extends StatementWriter
A class to write out the optimized statements.
  • Constructor Details

    • StaticTypesStatementWriter

      public StaticTypesStatementWriter(StaticTypesWriterController controller)
      Creates a statement writer that favors statically typed loop and block generation.
  • Method Details