public interface SourceProcessor
| Modifier and Type | Field and Description |
|---|---|
static int |
FLAG_RESOLVE_BINDINGS |
| Modifier and Type | Method and Description |
|---|---|
default void |
finish(Mercury mercury) |
default int |
getFlags() |
default void |
initialize(Mercury mercury) |
void |
process(SourceContext context) |
static final int FLAG_RESOLVE_BINDINGS
default int getFlags()
default void initialize(Mercury mercury) throws java.lang.Exception
java.lang.Exceptionvoid process(SourceContext context) throws java.lang.Exception
java.lang.Exceptiondefault void finish(Mercury mercury) throws java.lang.Exception
java.lang.Exception