public class StaticTypesStatementWriter extends StatementWriter
A class to write out the optimized statements.
| Fields inherited from class | Fields | 
|---|---|
| class StatementWriter | controller | 
| Constructor and description | 
|---|
| StaticTypesStatementWriter
                                (StaticTypesWriterController controller) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | writeBlockStatement(BlockStatement statement) | 
|  | protected void | writeForInLoop(ForStatement loop) | 
| Methods inherited from class | Name | 
|---|---|
| class StatementWriter | writeAssert, writeBlockStatement, writeBreak, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForInLoop, writeForInLoopControlAndBlock, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.