Class JJTASPParserState

java.lang.Object
org.tweetyproject.lp.asp.parser.JJTASPParserState

public class JJTASPParserState extends Object
Manages the state of the abstract syntax tree (AST) during parsing in the ASP parser.

This class handles the stack of nodes being constructed as part of the parsing process, including operations such as pushing and popping nodes, managing marks that indicate different node scopes, and tracking whether nodes have been created.