Package org.jacop.fz

Class ASTSolveExpr

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

public class ASTSolveExpr extends SimpleNode
  • Field Details

    • type

      int type
    • index

      int index
    • ident

      String ident
  • Constructor Details

    • ASTSolveExpr

      public ASTSolveExpr(int id)
    • ASTSolveExpr

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

    • setType

      public void setType(int t)
    • getType

      public int getType()
    • setIndex

      public void setIndex(int i)
    • getIndex

      public int getIndex()
    • setIdent

      public void setIdent(String i)
    • getIdent

      public String getIdent()
    • toString

      public String toString()
      Overrides:
      toString in class SimpleNode