Package org.hibernate.grammars.graph
Class GraphLanguageParserBaseListener
java.lang.Object
org.hibernate.grammars.graph.GraphLanguageParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,GraphLanguageParserListener
This class provides an empty implementation of
GraphLanguageParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byGraphLanguageParser.attributeList().voidEnter a parse tree produced byGraphLanguageParser.attributeNode().voidEnter a parse tree produced byGraphLanguageParser.attributePath().voidEnter a parse tree produced byGraphLanguageParser.attributeQualifier().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byGraphLanguageParser.graph().voidEnter a parse tree produced byGraphLanguageParser.subGraph().voidEnter a parse tree produced byGraphLanguageParser.subType().voidExit a parse tree produced byGraphLanguageParser.attributeList().voidExit a parse tree produced byGraphLanguageParser.attributeNode().voidExit a parse tree produced byGraphLanguageParser.attributePath().voidExit a parse tree produced byGraphLanguageParser.attributeQualifier().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byGraphLanguageParser.graph().voidExit a parse tree produced byGraphLanguageParser.subGraph().voidExit a parse tree produced byGraphLanguageParser.subType().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
GraphLanguageParserBaseListener
public GraphLanguageParserBaseListener()
-
-
Method Details
-
enterGraph
Enter a parse tree produced byGraphLanguageParser.graph().The default implementation does nothing.
- Specified by:
enterGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitGraph
Exit a parse tree produced byGraphLanguageParser.graph().The default implementation does nothing.
- Specified by:
exitGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributeList
Enter a parse tree produced byGraphLanguageParser.attributeList().The default implementation does nothing.
- Specified by:
enterAttributeListin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributeList
Exit a parse tree produced byGraphLanguageParser.attributeList().The default implementation does nothing.
- Specified by:
exitAttributeListin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributeNode
Enter a parse tree produced byGraphLanguageParser.attributeNode().The default implementation does nothing.
- Specified by:
enterAttributeNodein interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributeNode
Exit a parse tree produced byGraphLanguageParser.attributeNode().The default implementation does nothing.
- Specified by:
exitAttributeNodein interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributePath
Enter a parse tree produced byGraphLanguageParser.attributePath().The default implementation does nothing.
- Specified by:
enterAttributePathin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributePath
Exit a parse tree produced byGraphLanguageParser.attributePath().The default implementation does nothing.
- Specified by:
exitAttributePathin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributeQualifier
Enter a parse tree produced byGraphLanguageParser.attributeQualifier().The default implementation does nothing.
- Specified by:
enterAttributeQualifierin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributeQualifier
Exit a parse tree produced byGraphLanguageParser.attributeQualifier().The default implementation does nothing.
- Specified by:
exitAttributeQualifierin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterSubGraph
Enter a parse tree produced byGraphLanguageParser.subGraph().The default implementation does nothing.
- Specified by:
enterSubGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitSubGraph
Exit a parse tree produced byGraphLanguageParser.subGraph().The default implementation does nothing.
- Specified by:
exitSubGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterSubType
Enter a parse tree produced byGraphLanguageParser.subType().The default implementation does nothing.
- Specified by:
enterSubTypein interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitSubType
Exit a parse tree produced byGraphLanguageParser.subType().The default implementation does nothing.
- Specified by:
exitSubTypein interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-