Class DesignBaseListener
- All Implemented Interfaces:
DesignListener,org.antlr.v4.runtime.tree.ParseTreeListener
DesignListener,
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 byDesignParser.actionName().voidEnter a parse tree produced byDesignParser.animateDeclaration().voidEnter a parse tree produced byDesignParser.animateName().voidEnter a parse tree produced by thecolumnedLayoutLinelabeled alternative inDesignParser.layoutRow().voidEnter a parse tree produced by thecolumnedLineBreaklabeled alternative inDesignParser.layoutRow().voidEnter a parse tree produced byDesignParser.comment().voidEnter a parse tree produced byDesignParser.commentString().voidEnter a parse tree produced byDesignParser.componentBodyDeclaration().voidEnter a parse tree produced byDesignParser.componentDeclaration().voidEnter a parse tree produced byDesignParser.componentLayoutValue().voidEnter a parse tree produced byDesignParser.componentName().voidEnter a parse tree produced byDesignParser.componentText().voidEnter a parse tree produced byDesignParser.componentUseDeclaration().voidEnter a parse tree produced byDesignParser.componentValue().voidEnter a parse tree produced byDesignParser.configDeclaration().voidEnter a parse tree produced byDesignParser.configKey().voidEnter a parse tree produced byDesignParser.configValue().voidEnter a parse tree produced byDesignParser.decalartions().voidEnter a parse tree produced byDesignParser.doDeclaration().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byDesignParser.flowDeclaration().voidEnter a parse tree produced by thefullLayoutLinelabeled alternative inDesignParser.layoutRow().voidEnter a parse tree produced by thefullLineBreaklabeled alternative inDesignParser.layoutRow().voidEnter a parse tree produced byDesignParser.gotoAction().voidEnter a parse tree produced byDesignParser.interactionDeclaration().voidEnter a parse tree produced byDesignParser.keyValue().voidEnter a parse tree produced byDesignParser.layoutDeclaration().voidEnter a parse tree produced byDesignParser.layoutLine().voidEnter a parse tree produced byDesignParser.layoutLines().voidEnter a parse tree produced byDesignParser.libraryDeclaration().voidEnter a parse tree produced byDesignParser.libraryName().voidEnter a parse tree produced byDesignParser.pageDeclaration().voidEnter a parse tree produced byDesignParser.presetArray().voidEnter a parse tree produced byDesignParser.presetCall().voidEnter a parse tree produced byDesignParser.presetKey().voidEnter a parse tree produced by thepresetKeyArraylabeled alternative inDesignParser.libraryExpress().voidEnter a parse tree produced by thepresetKeyObjectlabeled alternative inDesignParser.libraryExpress().voidEnter a parse tree produced by thepresetKeyValuelabeled alternative inDesignParser.libraryExpress().voidEnter a parse tree produced byDesignParser.presetValue().voidEnter a parse tree produced byDesignParser.reactAction().voidEnter a parse tree produced byDesignParser.reactDeclaration().voidEnter a parse tree produced byDesignParser.sceneName().voidEnter a parse tree produced byDesignParser.seeDeclaration().voidEnter a parse tree produced byDesignParser.showAction().voidEnter a parse tree produced byDesignParser.simpleLayoutDeclaration().voidEnter a parse tree produced byDesignParser.start().voidEnter a parse tree produced byDesignParser.styleBody().voidEnter a parse tree produced byDesignParser.styleDeclaration().voidEnter a parse tree produced byDesignParser.styleName().voidEnter a parse tree produced byDesignParser.unit().voidExit a parse tree produced byDesignParser.actionName().voidExit a parse tree produced byDesignParser.animateDeclaration().voidExit a parse tree produced byDesignParser.animateName().voidExit a parse tree produced by thecolumnedLayoutLinelabeled alternative inDesignParser.layoutRow().voidExit a parse tree produced by thecolumnedLineBreaklabeled alternative inDesignParser.layoutRow().voidExit a parse tree produced byDesignParser.comment().voidExit a parse tree produced byDesignParser.commentString().voidExit a parse tree produced byDesignParser.componentBodyDeclaration().voidExit a parse tree produced byDesignParser.componentDeclaration().voidExit a parse tree produced byDesignParser.componentLayoutValue().voidExit a parse tree produced byDesignParser.componentName().voidExit a parse tree produced byDesignParser.componentText().voidExit a parse tree produced byDesignParser.componentUseDeclaration().voidExit a parse tree produced byDesignParser.componentValue().voidExit a parse tree produced byDesignParser.configDeclaration().voidExit a parse tree produced byDesignParser.configKey().voidExit a parse tree produced byDesignParser.configValue().voidExit a parse tree produced byDesignParser.decalartions().voidExit a parse tree produced byDesignParser.doDeclaration().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byDesignParser.flowDeclaration().voidExit a parse tree produced by thefullLayoutLinelabeled alternative inDesignParser.layoutRow().voidExit a parse tree produced by thefullLineBreaklabeled alternative inDesignParser.layoutRow().voidExit a parse tree produced byDesignParser.gotoAction().voidExit a parse tree produced byDesignParser.interactionDeclaration().voidExit a parse tree produced byDesignParser.keyValue().voidExit a parse tree produced byDesignParser.layoutDeclaration().voidExit a parse tree produced byDesignParser.layoutLine().voidExit a parse tree produced byDesignParser.layoutLines().voidExit a parse tree produced byDesignParser.libraryDeclaration().voidExit a parse tree produced byDesignParser.libraryName().voidExit a parse tree produced byDesignParser.pageDeclaration().voidExit a parse tree produced byDesignParser.presetArray().voidExit a parse tree produced byDesignParser.presetCall().voidExit a parse tree produced byDesignParser.presetKey().voidExit a parse tree produced by thepresetKeyArraylabeled alternative inDesignParser.libraryExpress().voidExit a parse tree produced by thepresetKeyObjectlabeled alternative inDesignParser.libraryExpress().voidExit a parse tree produced by thepresetKeyValuelabeled alternative inDesignParser.libraryExpress().voidExit a parse tree produced byDesignParser.presetValue().voidExit a parse tree produced byDesignParser.reactAction().voidExit a parse tree produced byDesignParser.reactDeclaration().voidExit a parse tree produced byDesignParser.sceneName().voidExit a parse tree produced byDesignParser.seeDeclaration().voidExit a parse tree produced byDesignParser.showAction().voidExit a parse tree produced byDesignParser.simpleLayoutDeclaration().voidExit a parse tree produced byDesignParser.start().voidExit a parse tree produced byDesignParser.styleBody().voidExit a parse tree produced byDesignParser.styleDeclaration().voidExit a parse tree produced byDesignParser.styleName().voidExit a parse tree produced byDesignParser.unit().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
DesignBaseListener
public DesignBaseListener()
-
-
Method Details
-
enterStart
Enter a parse tree produced byDesignParser.start().The default implementation does nothing.
- Specified by:
enterStartin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitStart
Exit a parse tree produced byDesignParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComment
Enter a parse tree produced byDesignParser.comment().The default implementation does nothing.
- Specified by:
enterCommentin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byDesignParser.comment().The default implementation does nothing.
- Specified by:
exitCommentin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterConfigDeclaration
Enter a parse tree produced byDesignParser.configDeclaration().The default implementation does nothing.
- Specified by:
enterConfigDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitConfigDeclaration
Exit a parse tree produced byDesignParser.configDeclaration().The default implementation does nothing.
- Specified by:
exitConfigDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterConfigKey
Enter a parse tree produced byDesignParser.configKey().The default implementation does nothing.
- Specified by:
enterConfigKeyin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitConfigKey
Exit a parse tree produced byDesignParser.configKey().The default implementation does nothing.
- Specified by:
exitConfigKeyin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterConfigValue
Enter a parse tree produced byDesignParser.configValue().The default implementation does nothing.
- Specified by:
enterConfigValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitConfigValue
Exit a parse tree produced byDesignParser.configValue().The default implementation does nothing.
- Specified by:
exitConfigValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterUnit
Enter a parse tree produced byDesignParser.unit().The default implementation does nothing.
- Specified by:
enterUnitin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitUnit
Exit a parse tree produced byDesignParser.unit().The default implementation does nothing.
- Specified by:
exitUnitin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterDecalartions
Enter a parse tree produced byDesignParser.decalartions().The default implementation does nothing.
- Specified by:
enterDecalartionsin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitDecalartions
Exit a parse tree produced byDesignParser.decalartions().The default implementation does nothing.
- Specified by:
exitDecalartionsin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterFlowDeclaration
Enter a parse tree produced byDesignParser.flowDeclaration().The default implementation does nothing.
- Specified by:
enterFlowDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitFlowDeclaration
Exit a parse tree produced byDesignParser.flowDeclaration().The default implementation does nothing.
- Specified by:
exitFlowDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterInteractionDeclaration
Enter a parse tree produced byDesignParser.interactionDeclaration().The default implementation does nothing.
- Specified by:
enterInteractionDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitInteractionDeclaration
Exit a parse tree produced byDesignParser.interactionDeclaration().The default implementation does nothing.
- Specified by:
exitInteractionDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterSeeDeclaration
Enter a parse tree produced byDesignParser.seeDeclaration().The default implementation does nothing.
- Specified by:
enterSeeDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitSeeDeclaration
Exit a parse tree produced byDesignParser.seeDeclaration().The default implementation does nothing.
- Specified by:
exitSeeDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterDoDeclaration
Enter a parse tree produced byDesignParser.doDeclaration().The default implementation does nothing.
- Specified by:
enterDoDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitDoDeclaration
Exit a parse tree produced byDesignParser.doDeclaration().The default implementation does nothing.
- Specified by:
exitDoDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterReactDeclaration
Enter a parse tree produced byDesignParser.reactDeclaration().The default implementation does nothing.
- Specified by:
enterReactDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitReactDeclaration
Exit a parse tree produced byDesignParser.reactDeclaration().The default implementation does nothing.
- Specified by:
exitReactDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterAnimateDeclaration
Enter a parse tree produced byDesignParser.animateDeclaration().The default implementation does nothing.
- Specified by:
enterAnimateDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitAnimateDeclaration
Exit a parse tree produced byDesignParser.animateDeclaration().The default implementation does nothing.
- Specified by:
exitAnimateDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterReactAction
Enter a parse tree produced byDesignParser.reactAction().The default implementation does nothing.
- Specified by:
enterReactActionin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitReactAction
Exit a parse tree produced byDesignParser.reactAction().The default implementation does nothing.
- Specified by:
exitReactActionin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterGotoAction
Enter a parse tree produced byDesignParser.gotoAction().The default implementation does nothing.
- Specified by:
enterGotoActionin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitGotoAction
Exit a parse tree produced byDesignParser.gotoAction().The default implementation does nothing.
- Specified by:
exitGotoActionin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterShowAction
Enter a parse tree produced byDesignParser.showAction().The default implementation does nothing.
- Specified by:
enterShowActionin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitShowAction
Exit a parse tree produced byDesignParser.showAction().The default implementation does nothing.
- Specified by:
exitShowActionin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterActionName
Enter a parse tree produced byDesignParser.actionName().The default implementation does nothing.
- Specified by:
enterActionNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitActionName
Exit a parse tree produced byDesignParser.actionName().The default implementation does nothing.
- Specified by:
exitActionNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentValue
Enter a parse tree produced byDesignParser.componentValue().The default implementation does nothing.
- Specified by:
enterComponentValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentValue
Exit a parse tree produced byDesignParser.componentValue().The default implementation does nothing.
- Specified by:
exitComponentValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentName
Enter a parse tree produced byDesignParser.componentName().The default implementation does nothing.
- Specified by:
enterComponentNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentName
Exit a parse tree produced byDesignParser.componentName().The default implementation does nothing.
- Specified by:
exitComponentNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterSceneName
Enter a parse tree produced byDesignParser.sceneName().The default implementation does nothing.
- Specified by:
enterSceneNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitSceneName
Exit a parse tree produced byDesignParser.sceneName().The default implementation does nothing.
- Specified by:
exitSceneNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterAnimateName
Enter a parse tree produced byDesignParser.animateName().The default implementation does nothing.
- Specified by:
enterAnimateNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitAnimateName
Exit a parse tree produced byDesignParser.animateName().The default implementation does nothing.
- Specified by:
exitAnimateNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPageDeclaration
Enter a parse tree produced byDesignParser.pageDeclaration().The default implementation does nothing.
- Specified by:
enterPageDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPageDeclaration
Exit a parse tree produced byDesignParser.pageDeclaration().The default implementation does nothing.
- Specified by:
exitPageDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentDeclaration
Enter a parse tree produced byDesignParser.componentDeclaration().The default implementation does nothing.
- Specified by:
enterComponentDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentDeclaration
Exit a parse tree produced byDesignParser.componentDeclaration().The default implementation does nothing.
- Specified by:
exitComponentDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentBodyDeclaration
Enter a parse tree produced byDesignParser.componentBodyDeclaration().The default implementation does nothing.
- Specified by:
enterComponentBodyDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentBodyDeclaration
Exit a parse tree produced byDesignParser.componentBodyDeclaration().The default implementation does nothing.
- Specified by:
exitComponentBodyDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterLayoutDeclaration
Enter a parse tree produced byDesignParser.layoutDeclaration().The default implementation does nothing.
- Specified by:
enterLayoutDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitLayoutDeclaration
Exit a parse tree produced byDesignParser.layoutDeclaration().The default implementation does nothing.
- Specified by:
exitLayoutDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterSimpleLayoutDeclaration
Enter a parse tree produced byDesignParser.simpleLayoutDeclaration().The default implementation does nothing.
- Specified by:
enterSimpleLayoutDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitSimpleLayoutDeclaration
Exit a parse tree produced byDesignParser.simpleLayoutDeclaration().The default implementation does nothing.
- Specified by:
exitSimpleLayoutDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterFullLineBreak
Enter a parse tree produced by thefullLineBreaklabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
enterFullLineBreakin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitFullLineBreak
Exit a parse tree produced by thefullLineBreaklabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
exitFullLineBreakin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterFullLayoutLine
Enter a parse tree produced by thefullLayoutLinelabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
enterFullLayoutLinein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitFullLayoutLine
Exit a parse tree produced by thefullLayoutLinelabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
exitFullLayoutLinein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterColumnedLineBreak
Enter a parse tree produced by thecolumnedLineBreaklabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
enterColumnedLineBreakin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitColumnedLineBreak
Exit a parse tree produced by thecolumnedLineBreaklabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
exitColumnedLineBreakin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterColumnedLayoutLine
Enter a parse tree produced by thecolumnedLayoutLinelabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
enterColumnedLayoutLinein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitColumnedLayoutLine
Exit a parse tree produced by thecolumnedLayoutLinelabeled alternative inDesignParser.layoutRow().The default implementation does nothing.
- Specified by:
exitColumnedLayoutLinein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterLayoutLines
Enter a parse tree produced byDesignParser.layoutLines().The default implementation does nothing.
- Specified by:
enterLayoutLinesin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitLayoutLines
Exit a parse tree produced byDesignParser.layoutLines().The default implementation does nothing.
- Specified by:
exitLayoutLinesin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterLayoutLine
Enter a parse tree produced byDesignParser.layoutLine().The default implementation does nothing.
- Specified by:
enterLayoutLinein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitLayoutLine
Exit a parse tree produced byDesignParser.layoutLine().The default implementation does nothing.
- Specified by:
exitLayoutLinein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentUseDeclaration
Enter a parse tree produced byDesignParser.componentUseDeclaration().The default implementation does nothing.
- Specified by:
enterComponentUseDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentUseDeclaration
Exit a parse tree produced byDesignParser.componentUseDeclaration().The default implementation does nothing.
- Specified by:
exitComponentUseDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterCommentString
Enter a parse tree produced byDesignParser.commentString().The default implementation does nothing.
- Specified by:
enterCommentStringin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitCommentString
Exit a parse tree produced byDesignParser.commentString().The default implementation does nothing.
- Specified by:
exitCommentStringin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentText
Enter a parse tree produced byDesignParser.componentText().The default implementation does nothing.
- Specified by:
enterComponentTextin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentText
Exit a parse tree produced byDesignParser.componentText().The default implementation does nothing.
- Specified by:
exitComponentTextin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterComponentLayoutValue
Enter a parse tree produced byDesignParser.componentLayoutValue().The default implementation does nothing.
- Specified by:
enterComponentLayoutValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitComponentLayoutValue
Exit a parse tree produced byDesignParser.componentLayoutValue().The default implementation does nothing.
- Specified by:
exitComponentLayoutValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterStyleDeclaration
Enter a parse tree produced byDesignParser.styleDeclaration().The default implementation does nothing.
- Specified by:
enterStyleDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitStyleDeclaration
Exit a parse tree produced byDesignParser.styleDeclaration().The default implementation does nothing.
- Specified by:
exitStyleDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterStyleName
Enter a parse tree produced byDesignParser.styleName().The default implementation does nothing.
- Specified by:
enterStyleNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitStyleName
Exit a parse tree produced byDesignParser.styleName().The default implementation does nothing.
- Specified by:
exitStyleNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterStyleBody
Enter a parse tree produced byDesignParser.styleBody().The default implementation does nothing.
- Specified by:
enterStyleBodyin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitStyleBody
Exit a parse tree produced byDesignParser.styleBody().The default implementation does nothing.
- Specified by:
exitStyleBodyin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterLibraryDeclaration
Enter a parse tree produced byDesignParser.libraryDeclaration().The default implementation does nothing.
- Specified by:
enterLibraryDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitLibraryDeclaration
Exit a parse tree produced byDesignParser.libraryDeclaration().The default implementation does nothing.
- Specified by:
exitLibraryDeclarationin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetKeyValue
Enter a parse tree produced by thepresetKeyValuelabeled alternative inDesignParser.libraryExpress().The default implementation does nothing.
- Specified by:
enterPresetKeyValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetKeyValue
Exit a parse tree produced by thepresetKeyValuelabeled alternative inDesignParser.libraryExpress().The default implementation does nothing.
- Specified by:
exitPresetKeyValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetKeyObject
Enter a parse tree produced by thepresetKeyObjectlabeled alternative inDesignParser.libraryExpress().The default implementation does nothing.
- Specified by:
enterPresetKeyObjectin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetKeyObject
Exit a parse tree produced by thepresetKeyObjectlabeled alternative inDesignParser.libraryExpress().The default implementation does nothing.
- Specified by:
exitPresetKeyObjectin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetKeyArray
Enter a parse tree produced by thepresetKeyArraylabeled alternative inDesignParser.libraryExpress().The default implementation does nothing.
- Specified by:
enterPresetKeyArrayin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetKeyArray
Exit a parse tree produced by thepresetKeyArraylabeled alternative inDesignParser.libraryExpress().The default implementation does nothing.
- Specified by:
exitPresetKeyArrayin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterKeyValue
Enter a parse tree produced byDesignParser.keyValue().The default implementation does nothing.
- Specified by:
enterKeyValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitKeyValue
Exit a parse tree produced byDesignParser.keyValue().The default implementation does nothing.
- Specified by:
exitKeyValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetKey
Enter a parse tree produced byDesignParser.presetKey().The default implementation does nothing.
- Specified by:
enterPresetKeyin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetKey
Exit a parse tree produced byDesignParser.presetKey().The default implementation does nothing.
- Specified by:
exitPresetKeyin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetValue
Enter a parse tree produced byDesignParser.presetValue().The default implementation does nothing.
- Specified by:
enterPresetValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetValue
Exit a parse tree produced byDesignParser.presetValue().The default implementation does nothing.
- Specified by:
exitPresetValuein interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetArray
Enter a parse tree produced byDesignParser.presetArray().The default implementation does nothing.
- Specified by:
enterPresetArrayin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetArray
Exit a parse tree produced byDesignParser.presetArray().The default implementation does nothing.
- Specified by:
exitPresetArrayin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterPresetCall
Enter a parse tree produced byDesignParser.presetCall().The default implementation does nothing.
- Specified by:
enterPresetCallin interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitPresetCall
Exit a parse tree produced byDesignParser.presetCall().The default implementation does nothing.
- Specified by:
exitPresetCallin interfaceDesignListener- Parameters:
ctx- the parse tree
-
enterLibraryName
Enter a parse tree produced byDesignParser.libraryName().The default implementation does nothing.
- Specified by:
enterLibraryNamein interfaceDesignListener- Parameters:
ctx- the parse tree
-
exitLibraryName
Exit a parse tree produced byDesignParser.libraryName().The default implementation does nothing.
- Specified by:
exitLibraryNamein interfaceDesignListener- 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
-