LGFileParserBaseVisitor<Result> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
This class provides an empty implementation of ILGFileParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
[System.CLSCompliant(false)]
public class LGFileParserBaseVisitor<Result> : Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>, Antlr4.Runtime.Tree.IParseTreeVisitor<Result>, ILGFileParserVisitor<Result>
[<System.CLSCompliant(false)>]
type LGFileParserBaseVisitor<'Result> = class
inherit AbstractParseTreeVisitor<'Result>
interface ILGFileParserVisitor<'Result>
interface IParseTreeVisitor<'Result>
Public Class LGFileParserBaseVisitor(Of Result)
Inherits AbstractParseTreeVisitor(Of Result)
Implements ILGFileParserVisitor(Of Result), IParseTreeVisitor(Of Result)
Type Parameters
- Result
The return type of the visit operation.
- Inheritance
-
Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>LGFileParserBaseVisitor<Result>
- Attributes
- Implements
-
Antlr4.Runtime.Tree.IParseTreeVisitor<Result> ILGFileParserVisitor<Result>
Constructors
| LGFileParserBaseVisitor<Result>() |
Methods
| VisitCommentDefinition(LGFileParser+CommentDefinitionContext) |
Visit a parse tree produced by commentDefinition().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitErrorDefinition(LGFileParser+ErrorDefinitionContext) |
Visit a parse tree produced by errorDefinition().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitFile(LGFileParser+FileContext) |
Visit a parse tree produced by file().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitImportDefinition(LGFileParser+ImportDefinitionContext) |
Visit a parse tree produced by importDefinition().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitOptionDefinition(LGFileParser+OptionDefinitionContext) |
Visit a parse tree produced by optionDefinition().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitParagraph(LGFileParser+ParagraphContext) |
Visit a parse tree produced by paragraph().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitTemplateBody(LGFileParser+TemplateBodyContext) |
Visit a parse tree produced by templateBody().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitTemplateBodyLine(LGFileParser+TemplateBodyLineContext) |
Visit a parse tree produced by templateBodyLine().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitTemplateDefinition(LGFileParser+TemplateDefinitionContext) |
Visit a parse tree produced by templateDefinition().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |
| VisitTemplateNameLine(LGFileParser+TemplateNameLineContext) |
Visit a parse tree produced by templateNameLine().
The default implementation returns the result of calling Antlr4.Runtime.Tree.AbstractParseTreeVisitor`1.VisitChildren(Antlr4.Runtime.Tree.IRuleNode)
on |