|
EmbASP-CSharp v7.1.0
|
This interface defines a complete generic visitor for a parse tree produced by DLV2Parser. More...
Public Member Functions | |
| Result | VisitAnswer_set ([NotNull] DLV2Parser.Answer_setContext context) |
| Visit a parse tree produced by DLV2Parser.answer_set. More... | |
| Result | VisitCost ([NotNull] DLV2Parser.CostContext context) |
| Visit a parse tree produced by DLV2Parser.cost. More... | |
| Result | VisitLevel ([NotNull] DLV2Parser.LevelContext context) |
| Visit a parse tree produced by DLV2Parser.level. More... | |
| Result | VisitModel ([NotNull] DLV2Parser.ModelContext context) |
| Visit a parse tree produced by DLV2Parser.model. More... | |
| Result | VisitOutput ([NotNull] DLV2Parser.OutputContext context) |
| Visit a parse tree produced by DLV2Parser.output. More... | |
| Result | VisitPredicate_atom ([NotNull] DLV2Parser.Predicate_atomContext context) |
| Visit a parse tree produced by DLV2Parser.predicate_atom. More... | |
| Result | VisitTerm ([NotNull] DLV2Parser.TermContext context) |
| Visit a parse tree produced by DLV2Parser.term. More... | |
This interface defines a complete generic visitor for a parse tree produced by DLV2Parser.
| Result | The return type of the visit operation. |
| Result IDLV2ParserVisitor< Result >.VisitAnswer_set | ( | [NotNull] DLV2Parser.Answer_setContext | context | ) |
Visit a parse tree produced by DLV2Parser.answer_set.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.
| Result IDLV2ParserVisitor< Result >.VisitCost | ( | [NotNull] DLV2Parser.CostContext | context | ) |
Visit a parse tree produced by DLV2Parser.cost.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.
| Result IDLV2ParserVisitor< Result >.VisitLevel | ( | [NotNull] DLV2Parser.LevelContext | context | ) |
Visit a parse tree produced by DLV2Parser.level.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.
| Result IDLV2ParserVisitor< Result >.VisitModel | ( | [NotNull] DLV2Parser.ModelContext | context | ) |
Visit a parse tree produced by DLV2Parser.model.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.
| Result IDLV2ParserVisitor< Result >.VisitOutput | ( | [NotNull] DLV2Parser.OutputContext | context | ) |
Visit a parse tree produced by DLV2Parser.output.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.
| Result IDLV2ParserVisitor< Result >.VisitPredicate_atom | ( | [NotNull] DLV2Parser.Predicate_atomContext | context | ) |
Visit a parse tree produced by DLV2Parser.predicate_atom.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.
| Result IDLV2ParserVisitor< Result >.VisitTerm | ( | [NotNull] DLV2Parser.TermContext | context | ) |
Visit a parse tree produced by DLV2Parser.term.
| context | The parse tree. |
<return>The visitor result.</return>
Implemented in DLV2ParserBaseVisitor< Result >.