EmbASP-CSharp
|
Public Member Functions | |
string[] | GetParameters () |
override object | VisitTerm (ASPGrammarParser.TermContext context) |
Visit a parse tree produced by ASPGrammarParser.term. More... | |
![]() | |
virtual Result | VisitOutput ([NotNull] ASPGrammarParser.OutputContext context) |
Visit a parse tree produced by ASPGrammarParser.output. More... | |
virtual Result | VisitPredicate_atom ([NotNull] ASPGrammarParser.Predicate_atomContext context) |
Visit a parse tree produced by ASPGrammarParser.predicate_atom. More... | |
Static Public Member Functions | |
static ASPParser | Parse (string atom) |
Definition at line 8 of file ASPParser.cs.
|
inlinevirtual |
Visit a parse tree produced by ASPGrammarParser.term.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
context | The parse tree. |
<return>The visitor result.</return>
Reimplemented from ASPGrammarBaseVisitor< object >.
Definition at line 54 of file ASPParser.cs.