org.codehaus.groovy.control
Class CompilationUnit.PrimaryClassNodeOperation
java.lang.Object
org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
- Enclosing class:
- CompilationUnit
public abstract static class CompilationUnit.PrimaryClassNodeOperation
- 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.PrimaryClassNodeOperation
public CompilationUnit.PrimaryClassNodeOperation()
call
public abstract void call(SourceUnit source,
GeneratorContext context,
ClassNode classNode)
throws CompilationFailedException
- Throws:
CompilationFailedException
needSortedInput
public boolean needSortedInput()