Package org.tweetyproject.lp.asp.parser
package org.tweetyproject.lp.asp.parser
-
ClassDescriptionToken literal values and constants.This class is a parser for the aspif (ASP Intermediate Format) format, the output language of gringo (https://potassco.org/clingo/).Tests for AspifParser (parser for the the output language of gringo).Token literal values and constants.This class tests all important functions of the ASP-Core-2 Parser in combination with InstantiateVisitor, which is responsible for walking through the parse-tree and generating in-memory classes of the parsed ASP program.Token Manager.parser tree constantThis visitor iterates over the AST generated by ASPParser and allocates classes representing the different parts of an ASP program or source file, meaning rules, literals, terms, answer sets, etc.This exception is thrown when parse errors are encountered.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Describes the input token stream.Token Manager Error.