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- 
Fields inherited from class org.codehaus.groovy.classgen.asm.StatementWritercontroller
 
- 
 - 
Constructor SummaryConstructors Constructor Description StaticTypesStatementWriter(StaticTypesWriterController controller)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteBlockStatement(BlockStatement statement)protected voidwriteForInLoop(ForStatement loop)- 
Methods inherited from class org.codehaus.groovy.classgen.asm.StatementWriterwriteAssert, writeBreak, writeCaseStatement, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForInLoopControlAndBlock, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop
 
- 
 
- 
- 
- 
Constructor Detail- 
StaticTypesStatementWriterpublic StaticTypesStatementWriter(StaticTypesWriterController controller) 
 
- 
 - 
Method Detail- 
writeBlockStatementpublic void writeBlockStatement(BlockStatement statement) - Overrides:
- writeBlockStatementin class- StatementWriter
 
 - 
writeForInLoopprotected void writeForInLoop(ForStatement loop) - Overrides:
- writeForInLoopin class- StatementWriter
 
 
- 
 
-