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, wait
writeAssert, writeBreak, writeCaseStatement, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop
public StaticTypesStatementWriter(StaticTypesWriterController controller)
public void writeBlockStatement(BlockStatement statement)
writeBlockStatement
in class StatementWriter
protected void writeForInLoop(ForStatement loop)
writeForInLoop
in class StatementWriter