|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
public abstract static class CompilationUnit.PrimaryClassNodeOperation
An callback interface for use in the applyToSourceUnits loop driver.
| Constructor Summary | |
|---|---|
CompilationUnit.PrimaryClassNodeOperation()
|
|
| Method Summary | |
|---|---|
abstract void |
call(SourceUnit source,
GeneratorContext context,
ClassNode classNode)
|
boolean |
needSortedInput()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompilationUnit.PrimaryClassNodeOperation()
| Method Detail |
|---|
public abstract void call(SourceUnit source,
GeneratorContext context,
ClassNode classNode)
throws CompilationFailedException
CompilationFailedExceptionpublic boolean needSortedInput()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||