Class OwnFulibWorkflowsListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,FulibWorkflowsListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byFulibWorkflowsParser.button().voidEnter a parse tree produced byFulibWorkflowsParser.eventNote().voidEnter a parse tree produced byFulibWorkflowsParser.extendedNote().voidEnter a parse tree produced byFulibWorkflowsParser.file().voidEnter a parse tree produced byFulibWorkflowsParser.inputField().voidEnter a parse tree produced byFulibWorkflowsParser.page().voidEnter a parse tree produced byFulibWorkflowsParser.pageList().voidEnter a parse tree produced byFulibWorkflowsParser.workflow().voidExit a parse tree produced byFulibWorkflowsParser.attribute().voidExit a parse tree produced byFulibWorkflowsParser.button().voidExit a parse tree produced byFulibWorkflowsParser.eventNote().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.pageName().voidExit a parse tree produced byFulibWorkflowsParser.targetPage().voidExit a parse tree produced byFulibWorkflowsParser.text().voidExit a parse tree produced byFulibWorkflowsParser.workflow().getBoard()Methods inherited from class org.fulib.workflows.yaml.FulibWorkflowsBaseListener
enterAttribute, enterElement, enterEveryRule, enterFill, enterNormalNote, enterPageName, enterTargetPage, enterText, enterValue, enterWorkflows, exitElement, exitEveryRule, exitPageList, exitValue, exitWorkflows, visitErrorNode, visitTerminal
-
Constructor Details
-
OwnFulibWorkflowsListener
public OwnFulibWorkflowsListener()
-
-
Method Details
-
enterFile
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceFulibWorkflowsListener- Overrides:
enterFilein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitFile
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceFulibWorkflowsListener- Overrides:
exitFilein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterWorkflow
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.workflow().The default implementation does nothing.
- Specified by:
enterWorkflowin interfaceFulibWorkflowsListener- Overrides:
enterWorkflowin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitWorkflow
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.workflow().The default implementation does nothing.
- Specified by:
exitWorkflowin interfaceFulibWorkflowsListener- Overrides:
exitWorkflowin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterEventNote
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.eventNote().The default implementation does nothing.
- Specified by:
enterEventNotein interfaceFulibWorkflowsListener- Overrides:
enterEventNotein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitEventNote
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.eventNote().The default implementation does nothing.
- Specified by:
exitEventNotein interfaceFulibWorkflowsListener- Overrides:
exitEventNotein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitNormalNote
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.normalNote().The default implementation does nothing.
- Specified by:
exitNormalNotein interfaceFulibWorkflowsListener- Overrides:
exitNormalNotein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterExtendedNote
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.extendedNote().The default implementation does nothing.
- Specified by:
enterExtendedNotein interfaceFulibWorkflowsListener- Overrides:
enterExtendedNotein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitExtendedNote
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.extendedNote().The default implementation does nothing.
- Specified by:
exitExtendedNotein interfaceFulibWorkflowsListener- Overrides:
exitExtendedNotein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterPage
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.page().The default implementation does nothing.
- Specified by:
enterPagein interfaceFulibWorkflowsListener- Overrides:
enterPagein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitPage
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.page().The default implementation does nothing.
- Specified by:
exitPagein interfaceFulibWorkflowsListener- Overrides:
exitPagein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterPageList
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.pageList().The default implementation does nothing.
- Specified by:
enterPageListin interfaceFulibWorkflowsListener- Overrides:
enterPageListin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitPageName
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.pageName().The default implementation does nothing.
- Specified by:
exitPageNamein interfaceFulibWorkflowsListener- Overrides:
exitPageNamein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitText
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.text().The default implementation does nothing.
- Specified by:
exitTextin interfaceFulibWorkflowsListener- Overrides:
exitTextin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterInputField
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.inputField().The default implementation does nothing.
- Specified by:
enterInputFieldin interfaceFulibWorkflowsListener- Overrides:
enterInputFieldin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitInputField
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.inputField().The default implementation does nothing.
- Specified by:
exitInputFieldin interfaceFulibWorkflowsListener- Overrides:
exitInputFieldin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
enterButton
Description copied from class:FulibWorkflowsBaseListenerEnter a parse tree produced byFulibWorkflowsParser.button().The default implementation does nothing.
- Specified by:
enterButtonin interfaceFulibWorkflowsListener- Overrides:
enterButtonin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitButton
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.button().The default implementation does nothing.
- Specified by:
exitButtonin interfaceFulibWorkflowsListener- Overrides:
exitButtonin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitFill
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.fill().The default implementation does nothing.
- Specified by:
exitFillin interfaceFulibWorkflowsListener- Overrides:
exitFillin classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitTargetPage
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.targetPage().The default implementation does nothing.
- Specified by:
exitTargetPagein interfaceFulibWorkflowsListener- Overrides:
exitTargetPagein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
exitAttribute
Description copied from class:FulibWorkflowsBaseListenerExit a parse tree produced byFulibWorkflowsParser.attribute().The default implementation does nothing.
- Specified by:
exitAttributein interfaceFulibWorkflowsListener- Overrides:
exitAttributein classFulibWorkflowsBaseListener- Parameters:
ctx- the parse tree
-
getBoard
-