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 Summary
Fields inherited from class org.codehaus.groovy.classgen.asm.StatementWriter
controller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeBlockStatement
(BlockStatement statement) protected void
writeForInLoop
(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
-
StaticTypesStatementWriter
-
-
Method Details
-
writeBlockStatement
- Overrides:
writeBlockStatement
in classStatementWriter
-
writeForInLoop
- Overrides:
writeForInLoop
in classStatementWriter
-