EmbASP-CSharp v7.1.0
|
This class provides an empty implementation of IIDLVParserVisitor<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 | VisitOutput ([NotNull] IDLVParser.OutputContext context) |
Visit a parse tree produced by IDLVParser.output. More... | |
virtual Result | VisitMinimal_model ([NotNull] IDLVParser.Minimal_modelContext context) |
Visit a parse tree produced by IDLVParser.minimal_model. More... | |
virtual Result | VisitPredicate_atom ([NotNull] IDLVParser.Predicate_atomContext context) |
Visit a parse tree produced by IDLVParser.predicate_atom. More... | |
virtual Result | VisitTerm ([NotNull] IDLVParser.TermContext context) |
Visit a parse tree produced by IDLVParser.term. More... | |
This class provides an empty implementation of IIDLVParserVisitor<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 IDLVParser.minimal_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 IIDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.datalog.idlv.IDLVParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by IDLVParser.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 IIDLVParserVisitor< Result >.
|
inlinevirtual |
Visit a parse tree produced by IDLVParser.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 IIDLVParserVisitor< Result >.
Reimplemented in it.unical.mat.parsers.datalog.idlv.IDLVParserBaseVisitorImplementation.
|
inlinevirtual |
Visit a parse tree produced by IDLVParser.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 IIDLVParserVisitor< Result >.