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.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StaticTypesStatementWriter(StaticTypesWriterController controller) -
Method Summary
Modifier and Type Method Description voidwriteBlockStatement(BlockStatement statement)protected voidwriteForInLoop(ForStatement loop)Methods inherited from class org.codehaus.groovy.classgen.asm.StatementWriter
writeAssert, writeBreak, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForInLoopControlAndBlock, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop
-
Constructor Details
-
Method Details
-
writeBlockStatement
- Overrides:
writeBlockStatementin classStatementWriter
-
writeForInLoop
- Overrides:
writeForInLoopin classStatementWriter
-