Interface IMcKeemanFormVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by McKeemanFormParser.
Namespace: GCore.Antlr.Grammers.MckeemanForm
Assembly: MckeemanForm.dll
Syntax
public interface IMcKeemanFormVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitAlternative(McKeemanFormParser.AlternativeContext)
Visit a parse tree produced by alternative().
Declaration
Result VisitAlternative(McKeemanFormParser.AlternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.AlternativeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExclude(McKeemanFormParser.ExcludeContext)
Visit a parse tree produced by exclude().
Declaration
Result VisitExclude(McKeemanFormParser.ExcludeContext context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.ExcludeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGrammar_(McKeemanFormParser.Grammar_Context)
Visit a parse tree produced by grammar_().
Declaration
Result VisitGrammar_(McKeemanFormParser.Grammar_Context context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.Grammar_Context | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitItem(McKeemanFormParser.ItemContext)
Visit a parse tree produced by item().
Declaration
Result VisitItem(McKeemanFormParser.ItemContext context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.ItemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNothing(McKeemanFormParser.NothingContext)
Visit a parse tree produced by nothing().
Declaration
Result VisitNothing(McKeemanFormParser.NothingContext context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.NothingContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRange_(McKeemanFormParser.Range_Context)
Visit a parse tree produced by range_().
Declaration
Result VisitRange_(McKeemanFormParser.Range_Context context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.Range_Context | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRule_(McKeemanFormParser.Rule_Context)
Visit a parse tree produced by rule_().
Declaration
Result VisitRule_(McKeemanFormParser.Rule_Context context)
Parameters
Type | Name | Description |
---|---|---|
McKeemanFormParser.Rule_Context | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |