EmbASP-CSharp v7.1.0
|
This class provides an empty implementation of IDLVParserVisitor<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 | VisitGroundQuery ([NotNull] DLVParser.GroundQueryContext context) |
Visit a parse tree produced by the GroundQuery labeled alternative in DLVParser.answer_set. More... | |
virtual Result | VisitSimpleModel ([NotNull] DLVParser.SimpleModelContext context) |
Visit a parse tree produced by the SimpleModel labeled alternative in DLVParser.answer_set. More... | |
virtual Result | VisitNonGroundQuery ([NotNull] DLVParser.NonGroundQueryContext context) |
Visit a parse tree produced by the NonGroundQuery labeled alternative in DLVParser.answer_set. More... | |
virtual Result | VisitWeightedModel ([NotNull] DLVParser.WeightedModelContext context) |
Visit a parse tree produced by the WeightedModel labeled alternative in DLVParser.answer_set. More... | |
virtual Result | VisitCost ([NotNull] DLVParser.CostContext context) |
Visit a parse tree produced by DLVParser.cost. More... | |
virtual Result | VisitCost_level ([NotNull] DLVParser.Cost_levelContext context) |
Visit a parse tree produced by DLVParser.cost_level. More... | |
virtual Result | VisitModel ([NotNull] DLVParser.ModelContext context) |
Visit a parse tree produced by DLVParser.model. More... | |
virtual Result | VisitOutput ([NotNull] DLVParser.OutputContext context) |
Visit a parse tree produced by DLVParser.output. More... | |
virtual Result | VisitPredicate ([NotNull] DLVParser.PredicateContext context) |
Visit a parse tree produced by DLVParser.predicate. More... | |
virtual Result | VisitTerm ([NotNull] DLVParser.TermContext context) |
Visit a parse tree produced by DLVParser.term. More... | |
virtual Result | VisitWitness ([NotNull] DLVParser.WitnessContext context) |
Visit a parse tree produced by DLVParser.witness. More... | |
This class provides an empty implementation of IDLVParserVisitor<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 DLVParser.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 IDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLVParser.cost_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 IDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv.DLVParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by the GroundQuery
labeled alternative in DLVParser.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 IDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLVParser.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 IDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the NonGroundQuery
labeled alternative in DLVParser.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 IDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLVParser.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 IDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by DLVParser.predicate.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv.DLVParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by the SimpleModel
labeled alternative in DLVParser.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 IDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv.DLVParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by DLVParser.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 IDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by the WeightedModel
labeled alternative in DLVParser.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 IDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv.DLVParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by DLVParser.witness.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Implements IDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.asp.dlv.DLVParserBaseVisitorImplementation.