Package org.jacop.fz

Class ASTSolveExpr

  • All Implemented Interfaces:
    Node

    public class ASTSolveExpr
    extends SimpleNode
    • Field Detail

      • type

        int type
      • index

        int index
      • ident

        java.lang.String ident
    • Constructor Detail

      • ASTSolveExpr

        public ASTSolveExpr​(int id)
      • ASTSolveExpr

        public ASTSolveExpr​(Parser p,
                            int id)
    • Method Detail

      • setType

        public void setType​(int t)
      • getType

        public int getType()
      • setIndex

        public void setIndex​(int i)
      • getIndex

        public int getIndex()
      • setIdent

        public void setIdent​(java.lang.String i)
      • getIdent

        public java.lang.String getIdent()