Class AfxParserBaseListener
- All Implemented Interfaces:
AfxParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
AfxParserListener,
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 byAfxParser.afxCode().voidEnter a parse tree produced byAfxParser.afxFragment().voidEnter a parse tree produced byAfxParser.bodyExpressionValue().voidEnter a parse tree produced byAfxParser.dtd().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byAfxParser.fusionObjectTagEnd().voidEnter a parse tree produced byAfxParser.fusionObjectTagName().voidEnter a parse tree produced byAfxParser.fusionObjectTagStart().voidEnter a parse tree produced byAfxParser.htmlAttribute().voidEnter a parse tree produced byAfxParser.htmlAttributeName().voidEnter a parse tree produced byAfxParser.htmlAttributeValue().voidEnter a parse tree produced byAfxParser.htmlChardata().voidEnter a parse tree produced byAfxParser.htmlComment().voidEnter a parse tree produced byAfxParser.htmlTagName().voidEnter a parse tree produced byAfxParser.script().voidEnter a parse tree produced byAfxParser.scriptlet().voidEnter a parse tree produced byAfxParser.style().voidEnter a parse tree produced byAfxParser.tagAttributeExpressionValue().voidEnter a parse tree produced byAfxParser.tagAttributeSpreadExpression().voidEnter a parse tree produced byAfxParser.tagEnd().voidEnter a parse tree produced byAfxParser.tagStart().voidEnter a parse tree produced byAfxParser.xhtmlCDATA().voidEnter a parse tree produced byAfxParser.xml().voidExit a parse tree produced byAfxParser.afxCode().voidExit a parse tree produced byAfxParser.afxFragment().voidExit a parse tree produced byAfxParser.bodyExpressionValue().voidExit a parse tree produced byAfxParser.dtd().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byAfxParser.fusionObjectTagEnd().voidExit a parse tree produced byAfxParser.fusionObjectTagName().voidExit a parse tree produced byAfxParser.fusionObjectTagStart().voidExit a parse tree produced byAfxParser.htmlAttribute().voidExit a parse tree produced byAfxParser.htmlAttributeName().voidExit a parse tree produced byAfxParser.htmlAttributeValue().voidExit a parse tree produced byAfxParser.htmlChardata().voidExit a parse tree produced byAfxParser.htmlComment().voidExit a parse tree produced byAfxParser.htmlTagName().voidExit a parse tree produced byAfxParser.script().voidExit a parse tree produced byAfxParser.scriptlet().voidExit a parse tree produced byAfxParser.style().voidExit a parse tree produced byAfxParser.tagAttributeExpressionValue().voidExit a parse tree produced byAfxParser.tagAttributeSpreadExpression().voidExit a parse tree produced byAfxParser.tagEnd().voidExit a parse tree produced byAfxParser.tagStart().voidExit a parse tree produced byAfxParser.xhtmlCDATA().voidExit a parse tree produced byAfxParser.xml().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
AfxParserBaseListener
public AfxParserBaseListener()
-
-
Method Details
-
enterAfxCode
Enter a parse tree produced byAfxParser.afxCode().The default implementation does nothing.
- Specified by:
enterAfxCodein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitAfxCode
Exit a parse tree produced byAfxParser.afxCode().The default implementation does nothing.
- Specified by:
exitAfxCodein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterAfxFragment
Enter a parse tree produced byAfxParser.afxFragment().The default implementation does nothing.
- Specified by:
enterAfxFragmentin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitAfxFragment
Exit a parse tree produced byAfxParser.afxFragment().The default implementation does nothing.
- Specified by:
exitAfxFragmentin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterBodyExpressionValue
Enter a parse tree produced byAfxParser.bodyExpressionValue().The default implementation does nothing.
- Specified by:
enterBodyExpressionValuein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitBodyExpressionValue
Exit a parse tree produced byAfxParser.bodyExpressionValue().The default implementation does nothing.
- Specified by:
exitBodyExpressionValuein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterTagAttributeExpressionValue
Enter a parse tree produced byAfxParser.tagAttributeExpressionValue().The default implementation does nothing.
- Specified by:
enterTagAttributeExpressionValuein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitTagAttributeExpressionValue
Exit a parse tree produced byAfxParser.tagAttributeExpressionValue().The default implementation does nothing.
- Specified by:
exitTagAttributeExpressionValuein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterFusionObjectTagStart
Enter a parse tree produced byAfxParser.fusionObjectTagStart().The default implementation does nothing.
- Specified by:
enterFusionObjectTagStartin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitFusionObjectTagStart
Exit a parse tree produced byAfxParser.fusionObjectTagStart().The default implementation does nothing.
- Specified by:
exitFusionObjectTagStartin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterFusionObjectTagEnd
Enter a parse tree produced byAfxParser.fusionObjectTagEnd().The default implementation does nothing.
- Specified by:
enterFusionObjectTagEndin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitFusionObjectTagEnd
Exit a parse tree produced byAfxParser.fusionObjectTagEnd().The default implementation does nothing.
- Specified by:
exitFusionObjectTagEndin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterFusionObjectTagName
Enter a parse tree produced byAfxParser.fusionObjectTagName().The default implementation does nothing.
- Specified by:
enterFusionObjectTagNamein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitFusionObjectTagName
Exit a parse tree produced byAfxParser.fusionObjectTagName().The default implementation does nothing.
- Specified by:
exitFusionObjectTagNamein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterTagStart
Enter a parse tree produced byAfxParser.tagStart().The default implementation does nothing.
- Specified by:
enterTagStartin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitTagStart
Exit a parse tree produced byAfxParser.tagStart().The default implementation does nothing.
- Specified by:
exitTagStartin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterTagEnd
Enter a parse tree produced byAfxParser.tagEnd().The default implementation does nothing.
- Specified by:
enterTagEndin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitTagEnd
Exit a parse tree produced byAfxParser.tagEnd().The default implementation does nothing.
- Specified by:
exitTagEndin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterHtmlAttribute
Enter a parse tree produced byAfxParser.htmlAttribute().The default implementation does nothing.
- Specified by:
enterHtmlAttributein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitHtmlAttribute
Exit a parse tree produced byAfxParser.htmlAttribute().The default implementation does nothing.
- Specified by:
exitHtmlAttributein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterHtmlAttributeName
Enter a parse tree produced byAfxParser.htmlAttributeName().The default implementation does nothing.
- Specified by:
enterHtmlAttributeNamein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitHtmlAttributeName
Exit a parse tree produced byAfxParser.htmlAttributeName().The default implementation does nothing.
- Specified by:
exitHtmlAttributeNamein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterHtmlAttributeValue
Enter a parse tree produced byAfxParser.htmlAttributeValue().The default implementation does nothing.
- Specified by:
enterHtmlAttributeValuein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitHtmlAttributeValue
Exit a parse tree produced byAfxParser.htmlAttributeValue().The default implementation does nothing.
- Specified by:
exitHtmlAttributeValuein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterTagAttributeSpreadExpression
Enter a parse tree produced byAfxParser.tagAttributeSpreadExpression().The default implementation does nothing.
- Specified by:
enterTagAttributeSpreadExpressionin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitTagAttributeSpreadExpression
Exit a parse tree produced byAfxParser.tagAttributeSpreadExpression().The default implementation does nothing.
- Specified by:
exitTagAttributeSpreadExpressionin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterHtmlTagName
Enter a parse tree produced byAfxParser.htmlTagName().The default implementation does nothing.
- Specified by:
enterHtmlTagNamein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitHtmlTagName
Exit a parse tree produced byAfxParser.htmlTagName().The default implementation does nothing.
- Specified by:
exitHtmlTagNamein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterHtmlChardata
Enter a parse tree produced byAfxParser.htmlChardata().The default implementation does nothing.
- Specified by:
enterHtmlChardatain interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitHtmlChardata
Exit a parse tree produced byAfxParser.htmlChardata().The default implementation does nothing.
- Specified by:
exitHtmlChardatain interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterHtmlComment
Enter a parse tree produced byAfxParser.htmlComment().The default implementation does nothing.
- Specified by:
enterHtmlCommentin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitHtmlComment
Exit a parse tree produced byAfxParser.htmlComment().The default implementation does nothing.
- Specified by:
exitHtmlCommentin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterXhtmlCDATA
Enter a parse tree produced byAfxParser.xhtmlCDATA().The default implementation does nothing.
- Specified by:
enterXhtmlCDATAin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitXhtmlCDATA
Exit a parse tree produced byAfxParser.xhtmlCDATA().The default implementation does nothing.
- Specified by:
exitXhtmlCDATAin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterDtd
Enter a parse tree produced byAfxParser.dtd().The default implementation does nothing.
- Specified by:
enterDtdin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitDtd
Exit a parse tree produced byAfxParser.dtd().The default implementation does nothing.
- Specified by:
exitDtdin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterXml
Enter a parse tree produced byAfxParser.xml().The default implementation does nothing.
- Specified by:
enterXmlin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitXml
Exit a parse tree produced byAfxParser.xml().The default implementation does nothing.
- Specified by:
exitXmlin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterScriptlet
Enter a parse tree produced byAfxParser.scriptlet().The default implementation does nothing.
- Specified by:
enterScriptletin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitScriptlet
Exit a parse tree produced byAfxParser.scriptlet().The default implementation does nothing.
- Specified by:
exitScriptletin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterScript
Enter a parse tree produced byAfxParser.script().The default implementation does nothing.
- Specified by:
enterScriptin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitScript
Exit a parse tree produced byAfxParser.script().The default implementation does nothing.
- Specified by:
exitScriptin interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
enterStyle
Enter a parse tree produced byAfxParser.style().The default implementation does nothing.
- Specified by:
enterStylein interfaceAfxParserListener- Parameters:
ctx- the parse tree
-
exitStyle
Exit a parse tree produced byAfxParser.style().The default implementation does nothing.
- Specified by:
exitStylein interfaceAfxParserListener- 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
-