Class ASTArithop

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

public class ASTArithop extends SimpleNode
Author:
Anna Gessler
  • Field Details

    • operator

      public String operator
      operator
  • Constructor Details

    • ASTArithop

      public ASTArithop(int id)
      Parameters:
      id - ID
    • ASTArithop

      public ASTArithop(ASPParser p, int id)
      Parameters:
      p - parser
      id - ID
  • Method Details