|
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...
|
|
◆ GetParameters()
string [] it.unical.mat.parsers.asp.ASPParser.GetParameters |
( |
| ) |
|
|
inline |
◆ Parse()
static ASPParser it.unical.mat.parsers.asp.ASPParser.Parse |
( |
string |
atom | ) |
|
|
inlinestatic |
◆ VisitTerm()
override object it.unical.mat.parsers.asp.ASPParser.VisitTerm |
( |
ASPGrammarParser.TermContext |
context | ) |
|
|
inlinevirtual |
Visit a parse tree produced by ASPGrammarParser.term.
The default implementation returns the result of calling AbstractParseTreeVisitor<Result>.VisitChildren(IRuleNode) on context .
- Parameters
-
<return>The visitor result.</return>
Reimplemented from ASPGrammarBaseVisitor< object >.
The documentation for this class was generated from the following file: