Class ASTChoiceElement

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

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

    • ASTChoiceElement

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

      public ASTChoiceElement(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.