Interface HdbschemaListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
HdbschemaBaseListener,HDBSchemaCoreListener
public interface HdbschemaListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
HdbschemaParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byHdbschemaParser.hdbschemaDefinition().voidEnter a parse tree produced byHdbschemaParser.schemaNameProp().voidExit a parse tree produced byHdbschemaParser.hdbschemaDefinition().voidExit a parse tree produced byHdbschemaParser.schemaNameProp().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterHdbschemaDefinition
Enter a parse tree produced byHdbschemaParser.hdbschemaDefinition().- Parameters:
ctx- the parse tree
-
exitHdbschemaDefinition
Exit a parse tree produced byHdbschemaParser.hdbschemaDefinition().- Parameters:
ctx- the parse tree
-
enterSchemaNameProp
Enter a parse tree produced byHdbschemaParser.schemaNameProp().- Parameters:
ctx- the parse tree
-
exitSchemaNameProp
Exit a parse tree produced byHdbschemaParser.schemaNameProp().- Parameters:
ctx- the parse tree
-