Class FulibWorkflowsBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,FulibWorkflowsListener
- Direct Known Subclasses:
OwnFulibWorkflowsListener
FulibWorkflowsListener,
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 byFulibWorkflowsParser.attribute().voidEnter a parse tree produced byFulibWorkflowsParser.button().voidEnter a parse tree produced byFulibWorkflowsParser.element().voidEnter a parse tree produced byFulibWorkflowsParser.eventNote().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byFulibWorkflowsParser.extendedNote().voidEnter a parse tree produced byFulibWorkflowsParser.file().voidEnter a parse tree produced byFulibWorkflowsParser.fill().voidEnter a parse tree produced byFulibWorkflowsParser.inputField().voidEnter a parse tree produced byFulibWorkflowsParser.normalNote().voidEnter a parse tree produced byFulibWorkflowsParser.page().voidEnter a parse tree produced byFulibWorkflowsParser.pageList().voidEnter a parse tree produced byFulibWorkflowsParser.pageName().voidEnter a parse tree produced byFulibWorkflowsParser.targetPage().voidEnter a parse tree produced byFulibWorkflowsParser.text().voidEnter a parse tree produced byFulibWorkflowsParser.value().voidEnter a parse tree produced byFulibWorkflowsParser.workflow().voidEnter a parse tree produced byFulibWorkflowsParser.workflows().voidExit a parse tree produced byFulibWorkflowsParser.attribute().voidExit a parse tree produced byFulibWorkflowsParser.button().voidExit a parse tree produced byFulibWorkflowsParser.element().voidExit a parse tree produced byFulibWorkflowsParser.eventNote().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byFulibWorkflowsParser.extendedNote().voidExit a parse tree produced byFulibWorkflowsParser.file().voidExit a parse tree produced byFulibWorkflowsParser.fill().voidExit a parse tree produced byFulibWorkflowsParser.inputField().voidExit a parse tree produced byFulibWorkflowsParser.normalNote().voidExit a parse tree produced byFulibWorkflowsParser.page().voidExit a parse tree produced byFulibWorkflowsParser.pageList().voidExit a parse tree produced byFulibWorkflowsParser.pageName().voidExit a parse tree produced byFulibWorkflowsParser.targetPage().voidExit a parse tree produced byFulibWorkflowsParser.text().voidExit a parse tree produced byFulibWorkflowsParser.value().voidExit a parse tree produced byFulibWorkflowsParser.workflow().voidExit a parse tree produced byFulibWorkflowsParser.workflows().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
FulibWorkflowsBaseListener
public FulibWorkflowsBaseListener()
-
-
Method Details
-
enterFile
Enter a parse tree produced byFulibWorkflowsParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byFulibWorkflowsParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterWorkflows
Enter a parse tree produced byFulibWorkflowsParser.workflows().The default implementation does nothing.
- Specified by:
enterWorkflowsin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitWorkflows
Exit a parse tree produced byFulibWorkflowsParser.workflows().The default implementation does nothing.
- Specified by:
exitWorkflowsin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterEventNote
Enter a parse tree produced byFulibWorkflowsParser.eventNote().The default implementation does nothing.
- Specified by:
enterEventNotein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitEventNote
Exit a parse tree produced byFulibWorkflowsParser.eventNote().The default implementation does nothing.
- Specified by:
exitEventNotein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterWorkflow
Enter a parse tree produced byFulibWorkflowsParser.workflow().The default implementation does nothing.
- Specified by:
enterWorkflowin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitWorkflow
Exit a parse tree produced byFulibWorkflowsParser.workflow().The default implementation does nothing.
- Specified by:
exitWorkflowin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterNormalNote
Enter a parse tree produced byFulibWorkflowsParser.normalNote().The default implementation does nothing.
- Specified by:
enterNormalNotein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitNormalNote
Exit a parse tree produced byFulibWorkflowsParser.normalNote().The default implementation does nothing.
- Specified by:
exitNormalNotein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterExtendedNote
Enter a parse tree produced byFulibWorkflowsParser.extendedNote().The default implementation does nothing.
- Specified by:
enterExtendedNotein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitExtendedNote
Exit a parse tree produced byFulibWorkflowsParser.extendedNote().The default implementation does nothing.
- Specified by:
exitExtendedNotein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterPage
Enter a parse tree produced byFulibWorkflowsParser.page().The default implementation does nothing.
- Specified by:
enterPagein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitPage
Exit a parse tree produced byFulibWorkflowsParser.page().The default implementation does nothing.
- Specified by:
exitPagein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterAttribute
Enter a parse tree produced byFulibWorkflowsParser.attribute().The default implementation does nothing.
- Specified by:
enterAttributein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitAttribute
Exit a parse tree produced byFulibWorkflowsParser.attribute().The default implementation does nothing.
- Specified by:
exitAttributein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byFulibWorkflowsParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byFulibWorkflowsParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterPageList
Enter a parse tree produced byFulibWorkflowsParser.pageList().The default implementation does nothing.
- Specified by:
enterPageListin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitPageList
Exit a parse tree produced byFulibWorkflowsParser.pageList().The default implementation does nothing.
- Specified by:
exitPageListin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterPageName
Enter a parse tree produced byFulibWorkflowsParser.pageName().The default implementation does nothing.
- Specified by:
enterPageNamein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitPageName
Exit a parse tree produced byFulibWorkflowsParser.pageName().The default implementation does nothing.
- Specified by:
exitPageNamein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterElement
Enter a parse tree produced byFulibWorkflowsParser.element().The default implementation does nothing.
- Specified by:
enterElementin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitElement
Exit a parse tree produced byFulibWorkflowsParser.element().The default implementation does nothing.
- Specified by:
exitElementin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterText
Enter a parse tree produced byFulibWorkflowsParser.text().The default implementation does nothing.
- Specified by:
enterTextin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitText
Exit a parse tree produced byFulibWorkflowsParser.text().The default implementation does nothing.
- Specified by:
exitTextin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterInputField
Enter a parse tree produced byFulibWorkflowsParser.inputField().The default implementation does nothing.
- Specified by:
enterInputFieldin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitInputField
Exit a parse tree produced byFulibWorkflowsParser.inputField().The default implementation does nothing.
- Specified by:
exitInputFieldin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterButton
Enter a parse tree produced byFulibWorkflowsParser.button().The default implementation does nothing.
- Specified by:
enterButtonin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitButton
Exit a parse tree produced byFulibWorkflowsParser.button().The default implementation does nothing.
- Specified by:
exitButtonin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterFill
Enter a parse tree produced byFulibWorkflowsParser.fill().The default implementation does nothing.
- Specified by:
enterFillin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitFill
Exit a parse tree produced byFulibWorkflowsParser.fill().The default implementation does nothing.
- Specified by:
exitFillin interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
enterTargetPage
Enter a parse tree produced byFulibWorkflowsParser.targetPage().The default implementation does nothing.
- Specified by:
enterTargetPagein interfaceFulibWorkflowsListener- Parameters:
ctx- the parse tree
-
exitTargetPage
Exit a parse tree produced byFulibWorkflowsParser.targetPage().The default implementation does nothing.
- Specified by:
exitTargetPagein interfaceFulibWorkflowsListener- 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
-