public class StaticTypesStatementWriter extends StatementWriter
| Constructor | Description |
|---|---|
StaticTypesStatementWriter(StaticTypesWriterController controller) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeBlockStatement(BlockStatement statement) |
|
protected void |
writeForInLoop(ForStatement loop) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteAssert, writeBreak, writeCaseStatement, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLooppublic StaticTypesStatementWriter(StaticTypesWriterController controller)
public void writeBlockStatement(BlockStatement statement)
writeBlockStatement in class StatementWriterprotected void writeForInLoop(ForStatement loop)
writeForInLoop in class StatementWriter