Class ASTLiteral

java.lang.Object
org.tweetyproject.lp.asp.parser.SimpleNode
org.tweetyproject.lp.asp.parser.ASTLiteral
All Implemented Interfaces:
Node

public class ASTLiteral extends SimpleNode
The ASTLiteral class represents a node in the abstract syntax tree (AST) for literals within the context of Answer Set Programming (ASP). This class extends SimpleNode and is used by the ASP parser to handle literal expressions, which may include a name and an optional negation.