Class ASTChoiceElementList

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

public class ASTChoiceElementList extends SimpleNode
ASTChoiceElementList class
Author:
Anna Gessler
  • Constructor Details

    • ASTChoiceElementList

      public ASTChoiceElementList(int id)
      Constructor
      Parameters:
      id - ID
    • ASTChoiceElementList

      public ASTChoiceElementList(ASPParser p, int id)
      Constructor
      Parameters:
      p - parser
      id - id
  • Method Details

    • jjtAccept

      public Object jjtAccept(ASPParserVisitor visitor, Object data)
      Accept the visitor.
      Specified by:
      jjtAccept in interface Node
      Overrides:
      jjtAccept in class SimpleNode
      Parameters:
      visitor - The visitor object.
      data - Additional data for the visitor.
      Returns:
      The result of visiting this node.