|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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
| Constructor Summary | |
StaticTypesStatementWriter(StaticTypesWriterController controller)
|
|
| Method Summary | |
|---|---|
void
|
writeBlockStatement(BlockStatement statement)
|
protected void
|
writeForInLoop(ForStatement loop)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Constructor Detail |
|---|
public StaticTypesStatementWriter(StaticTypesWriterController controller)
| Method Detail |
|---|
@Override public void writeBlockStatement(BlockStatement statement)
@Override protected void writeForInLoop(ForStatement loop)
Groovy Documentation