XQueryCompilationListener
public 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 XQueryCompilationListener
public void notifyTranslationResult(Module module)
notifyTranslationResult
in interface XQueryCompilationListener
public void notifyTypecheckResult(Module module)
notifyTypecheckResult
in interface XQueryCompilationListener
public void notifyOptimizedResult(Module module)
notifyOptimizedResult
in interface XQueryCompilationListener
public void notifyParseResult(ModuleNode moduleNode)
notifyParseResult
in interface XQueryCompilationListener
Copyright © 2019 Apache Software Foundation. All rights reserved.