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
|
writeBlockStatement, writeForStatement, writeWhileLoop, writeDoWhileLoop, writeIfElse, writeAssert, writeTryCatchFinally, writeSwitch, writeBreak, writeContinue, writeSynchronized, writeThrow, writeReturn, writeExpressionStatement, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
StaticTypesStatementWriter
public StaticTypesStatementWriter(StaticTypesWriterController controller)
-
writeBlockStatement
@Override
public void writeBlockStatement(BlockStatement statement)
-
writeForInLoop
@Override
protected void writeForInLoop(ForStatement loop)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.