EmbASP-CSharp v7.1.0
|
This class provides an empty implementation of IDLV2ParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods. More...
Public Member Functions | |
virtual Result | VisitAnswer_set ([NotNull] DLV2Parser.Answer_setContext context) |
Visit a parse tree produced by DLV2Parser.answer_set. More... | |
virtual Result | VisitCost ([NotNull] DLV2Parser.CostContext context) |
Visit a parse tree produced by DLV2Parser.cost. More... | |
virtual Result | VisitLevel ([NotNull] DLV2Parser.LevelContext context) |
Visit a parse tree produced by DLV2Parser.level. More... | |
virtual Result | VisitModel ([NotNull] DLV2Parser.ModelContext context) |
Visit a parse tree produced by DLV2Parser.model. More... | |
virtual Result | VisitOutput ([NotNull] DLV2Parser.OutputContext context) |
Visit a parse tree produced by DLV2Parser.output. More... | |
virtual Result | VisitPredicate_atom ([NotNull] DLV2Parser.Predicate_atomContext context) |
Visit a parse tree produced by DLV2Parser.predicate_atom. More... | |
virtual Result | VisitTerm ([NotNull] DLV2Parser.TermContext context) |
Visit a parse tree produced by DLV2Parser.term. More... | |
This class provides an empty implementation of IDLV2ParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Result | The return type of the visit operation. |
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.answer_set.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv2.DLV2ParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.cost.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.level.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv2.DLV2ParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.model.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.output.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.predicate_atom.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv2.DLV2ParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by DLV2Parser.term.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLV2ParserVisitor< Result >.