Package io.neos.fusion4j.lang.antlr
Interface AfxParserVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
AfxParserBaseVisitor
public interface AfxParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
This interface defines a complete generic visitor for a parse tree produced
by
AfxParser.-
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byAfxParser.afxCode().Visit a parse tree produced byAfxParser.afxFragment().Visit a parse tree produced byAfxParser.bodyExpressionValue().Visit a parse tree produced byAfxParser.dtd().Visit a parse tree produced byAfxParser.fusionObjectTagEnd().Visit a parse tree produced byAfxParser.fusionObjectTagName().Visit a parse tree produced byAfxParser.fusionObjectTagStart().Visit a parse tree produced byAfxParser.htmlAttribute().Visit a parse tree produced byAfxParser.htmlAttributeName().Visit a parse tree produced byAfxParser.htmlAttributeValue().Visit a parse tree produced byAfxParser.htmlChardata().Visit a parse tree produced byAfxParser.htmlComment().Visit a parse tree produced byAfxParser.htmlTagName().Visit a parse tree produced byAfxParser.script().Visit a parse tree produced byAfxParser.scriptlet().Visit a parse tree produced byAfxParser.style().Visit a parse tree produced byAfxParser.tagAttributeExpressionValue().Visit a parse tree produced byAfxParser.tagAttributeSpreadExpression().Visit a parse tree produced byAfxParser.tagEnd().Visit a parse tree produced byAfxParser.tagStart().Visit a parse tree produced byAfxParser.xhtmlCDATA().Visit a parse tree produced byAfxParser.xml().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitAfxCode
Visit a parse tree produced byAfxParser.afxCode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAfxFragment
Visit a parse tree produced byAfxParser.afxFragment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBodyExpressionValue
Visit a parse tree produced byAfxParser.bodyExpressionValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagAttributeExpressionValue
Visit a parse tree produced byAfxParser.tagAttributeExpressionValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFusionObjectTagStart
Visit a parse tree produced byAfxParser.fusionObjectTagStart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFusionObjectTagEnd
Visit a parse tree produced byAfxParser.fusionObjectTagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFusionObjectTagName
Visit a parse tree produced byAfxParser.fusionObjectTagName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagStart
Visit a parse tree produced byAfxParser.tagStart().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagEnd
Visit a parse tree produced byAfxParser.tagEnd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlAttribute
Visit a parse tree produced byAfxParser.htmlAttribute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlAttributeName
Visit a parse tree produced byAfxParser.htmlAttributeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlAttributeValue
Visit a parse tree produced byAfxParser.htmlAttributeValue().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagAttributeSpreadExpression
Visit a parse tree produced byAfxParser.tagAttributeSpreadExpression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlTagName
Visit a parse tree produced byAfxParser.htmlTagName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlChardata
Visit a parse tree produced byAfxParser.htmlChardata().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHtmlComment
Visit a parse tree produced byAfxParser.htmlComment().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXhtmlCDATA
Visit a parse tree produced byAfxParser.xhtmlCDATA().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDtd
Visit a parse tree produced byAfxParser.dtd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml
Visit a parse tree produced byAfxParser.xml().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScriptlet
Visit a parse tree produced byAfxParser.scriptlet().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScript
Visit a parse tree produced byAfxParser.script().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStyle
Visit a parse tree produced byAfxParser.style().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-