XQueryCompilationListenerpublic class NoopXQueryCompilationListener extends Object implements XQueryCompilationListener
| Modifier and Type | Field | Description |
|---|---|---|
static XQueryCompilationListener |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
notifyCodegenResult(Module module) |
|
void |
notifyOptimizedResult(Module module) |
|
void |
notifyParseResult(ModuleNode moduleNode) |
|
void |
notifyTranslationResult(Module module) |
|
void |
notifyTypecheckResult(Module module) |
public static final XQueryCompilationListener INSTANCE
public void notifyCodegenResult(Module module)
notifyCodegenResult in interface XQueryCompilationListenerpublic void notifyTranslationResult(Module module)
notifyTranslationResult in interface XQueryCompilationListenerpublic void notifyTypecheckResult(Module module)
notifyTypecheckResult in interface XQueryCompilationListenerpublic void notifyOptimizedResult(Module module)
notifyOptimizedResult in interface XQueryCompilationListenerpublic void notifyParseResult(ModuleNode moduleNode)
notifyParseResult in interface XQueryCompilationListenerCopyright © 2019 Apache Software Foundation. All rights reserved.