|
EmbASP-CSharp v7.1.0
|
This interface defines a complete generic visitor for a parse tree produced by IDLVParser. More...
Public Member Functions | |
| Result | VisitOutput ([NotNull] IDLVParser.OutputContext context) |
| Visit a parse tree produced by IDLVParser.output. More... | |
| Result | VisitMinimal_model ([NotNull] IDLVParser.Minimal_modelContext context) |
| Visit a parse tree produced by IDLVParser.minimal_model. More... | |
| Result | VisitPredicate_atom ([NotNull] IDLVParser.Predicate_atomContext context) |
| Visit a parse tree produced by IDLVParser.predicate_atom. More... | |
| Result | VisitTerm ([NotNull] IDLVParser.TermContext context) |
| Visit a parse tree produced by IDLVParser.term. More... | |
This interface defines a complete generic visitor for a parse tree produced by IDLVParser.
| Result | The return type of the visit operation. |
| Result IIDLVParserVisitor< Result >.VisitMinimal_model | ( | [NotNull] IDLVParser.Minimal_modelContext | context | ) |
Visit a parse tree produced by IDLVParser.minimal_model.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in IDLVParserBaseVisitor< Result >.
| Result IIDLVParserVisitor< Result >.VisitOutput | ( | [NotNull] IDLVParser.OutputContext | context | ) |
Visit a parse tree produced by IDLVParser.output.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in IDLVParserBaseVisitor< Result >.
| Result IIDLVParserVisitor< Result >.VisitPredicate_atom | ( | [NotNull] IDLVParser.Predicate_atomContext | context | ) |
Visit a parse tree produced by IDLVParser.predicate_atom.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in IDLVParserBaseVisitor< Result >.
| Result IIDLVParserVisitor< Result >.VisitTerm | ( | [NotNull] IDLVParser.TermContext | context | ) |
Visit a parse tree produced by IDLVParser.term.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in IDLVParserBaseVisitor< Result >.