Griffon 1.2.0

org.codehaus.griffon.compiler
[Java] Class ThreadingInjectionOperation

java.lang.Object
  org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
      org.codehaus.griffon.compiler.ThreadingInjectionOperation

public class ThreadingInjectionOperation
extends CompilationUnit.PrimaryClassNodeOperation

Authors:
Andres Almiray
Since:
0.9.2


Constructor Summary
ThreadingInjectionOperation()

 
Method Summary
void call(SourceUnit source, GeneratorContext context, ClassNode classNode)

 
Methods inherited from class CompilationUnit.PrimaryClassNodeOperation
call, needSortedInput, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ThreadingInjectionOperation

ThreadingInjectionOperation()


 
Method Detail

call

public void call(SourceUnit source, GeneratorContext context, ClassNode classNode)


 

Groovy Documentation