[Java] Class StaticTypesStatementWriter
- org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter
A class to write out the optimized statements
- Authors:
- Jochen "blackdrag" Theodorou
Constructor Summary
| Constructor and description |
|---|
StaticTypesStatementWriter
(StaticTypesWriterController controller) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
void |
writeBlockStatement(BlockStatement statement) | |
protected void |
writeForInLoop(ForStatement loop) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class StatementWriter | writeAssert, writeBlockStatement, writeBreak, writeCaseStatement, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForInLoop, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop |
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public StaticTypesStatementWriter(StaticTypesWriterController controller)
Method Detail
@Override public void writeBlockStatement(BlockStatement statement)
@Override protected void writeForInLoop(ForStatement loop)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/classgen/asm/sc/StaticTypesStatementWriter.html