Package org.jacop.fz

Class ASTSetLiteral

java.lang.Object
org.jacop.fz.SimpleNode
org.jacop.fz.ASTSetLiteral
All Implemented Interfaces:
Node

public class ASTSetLiteral extends SimpleNode
  • Field Details

    • type

      int type
  • Constructor Details

    • ASTSetLiteral

      public ASTSetLiteral(int id)
    • ASTSetLiteral

      public ASTSetLiteral(Parser p, int id)
  • Method Details

    • setType

      public void setType(int t)
    • getType

      public int getType()
    • toString

      public String toString()
      Overrides:
      toString in class SimpleNode