Groovy 1.8.0

org.codehaus.groovy.classgen.asm
[Java] Class ClosureWriter

java.lang.Object
  org.codehaus.groovy.classgen.asm.ClosureWriter

public class ClosureWriter
extends Object

Nested Class Summary
protected interface ClosureWriter.UseExistingReference

 
Constructor Summary
ClosureWriter(WriterController wc)

 
Method Summary
boolean addGeneratedClosureConstructorCall(ConstructorCallExpression call)

protected Parameter[] getClosureSharedVariables(ClosureExpression ce)

ClassNode getOrAddClosureClass(ClosureExpression expression, int mods)

void writeClosure(ClosureExpression expression)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ClosureWriter

public ClosureWriter(WriterController wc)


 
Method Detail

addGeneratedClosureConstructorCall

public boolean addGeneratedClosureConstructorCall(ConstructorCallExpression call)


getClosureSharedVariables

protected Parameter[] getClosureSharedVariables(ClosureExpression ce)


getOrAddClosureClass

public ClassNode getOrAddClosureClass(ClosureExpression expression, int mods)


writeClosure

public void writeClosure(ClosureExpression expression)


 

Copyright © 2003-2010 The Codehaus. All rights reserved.