[Java] Class StaticTypesClosureWriter

  • org.codehaus.groovy.classgen.asm.sc.StaticTypesClosureWriter

Writer responsible for generating closure classes in statically compiled mode.

Constructor Summary

Constructors
Constructor and description
StaticTypesClosureWriter (WriterController wc)

Methods Summary

Methods
Type Params Return Type Name and description
protected ClassNode createClosureClass(ClosureExpression expression, int mods)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class ClosureWriter addGeneratedClosureConstructorCall, createClosureClass, getClosureSharedVariables, getOrAddClosureClass, loadReference, writeClosure

Constructor Detail

public StaticTypesClosureWriter(WriterController wc)

Method Detail

@Override protected ClassNode createClosureClass(ClosureExpression expression, int mods)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/classgen/asm/sc/StaticTypesClosureWriter.html