Package io.neos.fusion4j.lang.antlr
Interface AfxParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
AfxParserBaseListener
public interface AfxParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
AfxParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterAfxCode
Enter a parse tree produced byAfxParser.afxCode().- Parameters:
ctx- the parse tree
-
exitAfxCode
Exit a parse tree produced byAfxParser.afxCode().- Parameters:
ctx- the parse tree
-
enterAfxFragment
Enter a parse tree produced byAfxParser.afxFragment().- Parameters:
ctx- the parse tree
-
exitAfxFragment
Exit a parse tree produced byAfxParser.afxFragment().- Parameters:
ctx- the parse tree
-
enterBodyExpressionValue
Enter a parse tree produced byAfxParser.bodyExpressionValue().- Parameters:
ctx- the parse tree
-
exitBodyExpressionValue
Exit a parse tree produced byAfxParser.bodyExpressionValue().- Parameters:
ctx- the parse tree
-
enterTagAttributeExpressionValue
Enter a parse tree produced byAfxParser.tagAttributeExpressionValue().- Parameters:
ctx- the parse tree
-
exitTagAttributeExpressionValue
Exit a parse tree produced byAfxParser.tagAttributeExpressionValue().- Parameters:
ctx- the parse tree
-
enterFusionObjectTagStart
Enter a parse tree produced byAfxParser.fusionObjectTagStart().- Parameters:
ctx- the parse tree
-
exitFusionObjectTagStart
Exit a parse tree produced byAfxParser.fusionObjectTagStart().- Parameters:
ctx- the parse tree
-
enterFusionObjectTagEnd
Enter a parse tree produced byAfxParser.fusionObjectTagEnd().- Parameters:
ctx- the parse tree
-
exitFusionObjectTagEnd
Exit a parse tree produced byAfxParser.fusionObjectTagEnd().- Parameters:
ctx- the parse tree
-
enterFusionObjectTagName
Enter a parse tree produced byAfxParser.fusionObjectTagName().- Parameters:
ctx- the parse tree
-
exitFusionObjectTagName
Exit a parse tree produced byAfxParser.fusionObjectTagName().- Parameters:
ctx- the parse tree
-
enterTagStart
Enter a parse tree produced byAfxParser.tagStart().- Parameters:
ctx- the parse tree
-
exitTagStart
Exit a parse tree produced byAfxParser.tagStart().- Parameters:
ctx- the parse tree
-
enterTagEnd
Enter a parse tree produced byAfxParser.tagEnd().- Parameters:
ctx- the parse tree
-
exitTagEnd
Exit a parse tree produced byAfxParser.tagEnd().- Parameters:
ctx- the parse tree
-
enterHtmlAttribute
Enter a parse tree produced byAfxParser.htmlAttribute().- Parameters:
ctx- the parse tree
-
exitHtmlAttribute
Exit a parse tree produced byAfxParser.htmlAttribute().- Parameters:
ctx- the parse tree
-
enterHtmlAttributeName
Enter a parse tree produced byAfxParser.htmlAttributeName().- Parameters:
ctx- the parse tree
-
exitHtmlAttributeName
Exit a parse tree produced byAfxParser.htmlAttributeName().- Parameters:
ctx- the parse tree
-
enterHtmlAttributeValue
Enter a parse tree produced byAfxParser.htmlAttributeValue().- Parameters:
ctx- the parse tree
-
exitHtmlAttributeValue
Exit a parse tree produced byAfxParser.htmlAttributeValue().- Parameters:
ctx- the parse tree
-
enterTagAttributeSpreadExpression
Enter a parse tree produced byAfxParser.tagAttributeSpreadExpression().- Parameters:
ctx- the parse tree
-
exitTagAttributeSpreadExpression
Exit a parse tree produced byAfxParser.tagAttributeSpreadExpression().- Parameters:
ctx- the parse tree
-
enterHtmlTagName
Enter a parse tree produced byAfxParser.htmlTagName().- Parameters:
ctx- the parse tree
-
exitHtmlTagName
Exit a parse tree produced byAfxParser.htmlTagName().- Parameters:
ctx- the parse tree
-
enterHtmlChardata
Enter a parse tree produced byAfxParser.htmlChardata().- Parameters:
ctx- the parse tree
-
exitHtmlChardata
Exit a parse tree produced byAfxParser.htmlChardata().- Parameters:
ctx- the parse tree
-
enterHtmlComment
Enter a parse tree produced byAfxParser.htmlComment().- Parameters:
ctx- the parse tree
-
exitHtmlComment
Exit a parse tree produced byAfxParser.htmlComment().- Parameters:
ctx- the parse tree
-
enterXhtmlCDATA
Enter a parse tree produced byAfxParser.xhtmlCDATA().- Parameters:
ctx- the parse tree
-
exitXhtmlCDATA
Exit a parse tree produced byAfxParser.xhtmlCDATA().- Parameters:
ctx- the parse tree
-
enterDtd
Enter a parse tree produced byAfxParser.dtd().- Parameters:
ctx- the parse tree
-
exitDtd
Exit a parse tree produced byAfxParser.dtd().- Parameters:
ctx- the parse tree
-
enterXml
Enter a parse tree produced byAfxParser.xml().- Parameters:
ctx- the parse tree
-
exitXml
Exit a parse tree produced byAfxParser.xml().- Parameters:
ctx- the parse tree
-
enterScriptlet
Enter a parse tree produced byAfxParser.scriptlet().- Parameters:
ctx- the parse tree
-
exitScriptlet
Exit a parse tree produced byAfxParser.scriptlet().- Parameters:
ctx- the parse tree
-
enterScript
Enter a parse tree produced byAfxParser.script().- Parameters:
ctx- the parse tree
-
exitScript
Exit a parse tree produced byAfxParser.script().- Parameters:
ctx- the parse tree
-
enterStyle
Enter a parse tree produced byAfxParser.style().- Parameters:
ctx- the parse tree
-
exitStyle
Exit a parse tree produced byAfxParser.style().- Parameters:
ctx- the parse tree
-