Package org.codehaus.groovy.classgen.asm
Class LambdaWriter
java.lang.Object
org.codehaus.groovy.classgen.asm.ClosureWriter
org.codehaus.groovy.classgen.asm.LambdaWriter
- Direct Known Subclasses:
- StaticTypesLambdaWriter
public class LambdaWriter extends ClosureWriter
- 
Nested Class SummaryNested classes/interfaces inherited from class org.codehaus.groovy.classgen.asm.ClosureWriterClosureWriter.CorrectAccessedVariableVisitor, ClosureWriter.UseExistingReference
- 
Field SummaryFields inherited from class org.codehaus.groovy.classgen.asm.ClosureWritercontroller, OUTER_INSTANCE, THIS_OBJECT
- 
Constructor SummaryConstructors Constructor Description LambdaWriter(WriterController controller)
- 
Method SummaryModifier and Type Method Description protected Parameter[]getLambdaSharedVariables(LambdaExpression expression)voidwriteLambda(LambdaExpression expression)Methods inherited from class org.codehaus.groovy.classgen.asm.ClosureWriteraddConstructor, addFieldsAndGettersForLocalVariables, addGeneratedClosureConstructorCall, createBlockStatementForConstructor, createClosureClass, getClosureSharedVariables, getOrAddClosureClass, loadReference, loadThis, removeInitialValues, writeClosureMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
LambdaWriter
 
- 
- 
Method Details- 
writeLambda
 
-