Class StaticTypesStatementWriter
java.lang.Object
org.codehaus.groovy.classgen.asm.StatementWriter
org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter
A class to write out the optimized statements.
- 
Field SummaryFields inherited from class org.codehaus.groovy.classgen.asm.StatementWritercontroller
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidwriteBlockStatement(BlockStatement statement) protected voidwriteForInLoop(ForStatement loop) Methods inherited from class org.codehaus.groovy.classgen.asm.StatementWriterwriteAssert, writeBreak, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForInLoopControlAndBlock, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop
- 
Constructor Details- 
StaticTypesStatementWriter
 
- 
- 
Method Details- 
writeBlockStatement- Overrides:
- writeBlockStatementin class- StatementWriter
 
- 
writeForInLoop- Overrides:
- writeForInLoopin class- StatementWriter
 
 
-