Class ASTChoice

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

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

    • ASTChoice

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

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