org.codehaus.groovy.classgen.asm.sc
[Java] Class StaticTypesStatementWriter
java.lang.Object
org.codehaus.groovy.classgen.asm.StatementWriter
org.codehaus.groovy.classgen.asm.sc.StaticTypesStatementWriter
public class StaticTypesStatementWriter
extends StatementWriter
A class to write out the optimized statements
- Authors:
- Jochen "blackdrag" Theodorou
Methods inherited from class StatementWriter
|
writeAssert, writeBlockStatement, writeBreak, writeCaseStatement, writeContinue, writeDoWhileLoop, writeExpressionStatement, writeForInLoop, writeForLoopWithClosureList, writeForStatement, writeIfElse, writeIteratorHasNext, writeIteratorNext, writeReturn, writeStatementLabel, writeSwitch, writeSynchronized, writeThrow, writeTryCatchFinally, writeWhileLoop |
StaticTypesStatementWriter
public StaticTypesStatementWriter(StaticTypesWriterController controller)
-
writeBlockStatement
@Override
public void writeBlockStatement(BlockStatement statement)
-
writeForInLoop
@Override
protected void writeForInLoop(ForStatement loop)
-
Copyright © 2003-2012 The Codehaus. All rights reserved.