Class InstantiateVisitor

java.lang.Object
org.tweetyproject.lp.asp.parser.InstantiateVisitor
All Implemented Interfaces:
ASPParserVisitor

public class InstantiateVisitor extends Object implements ASPParserVisitor
This 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.
Author:
Anna Gessler
See Also:
ASPParser