org.codehaus.groovy.control
Class CompilationUnit.LoopBodyForPrimaryClassNodeOperations
java.lang.Object
org.codehaus.groovy.control.CompilationUnit.LoopBodyForPrimaryClassNodeOperations
- Enclosing class:
- CompilationUnit
- public abstract class CompilationUnit.LoopBodyForPrimaryClassNodeOperations
- extends Object
An callback interface for use in the applyToSourceUnits loop driver.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilationUnit.LoopBodyForPrimaryClassNodeOperations
public CompilationUnit.LoopBodyForPrimaryClassNodeOperations()
call
public abstract void call(SourceUnit source,
GeneratorContext context,
ClassNode classNode)
throws CompilationFailedException
- Throws:
CompilationFailedException
Copyright © 2003-2005 The Codehaus. All Rights Reserved.