Package org.jacop.fz

Class ASTIntTiExprTail

  • All Implemented Interfaces:
    Node

    public class ASTIntTiExprTail
    extends SimpleNode
    • Field Detail

      • type

        int type
      • low

        int low
      • high

        int high
    • Constructor Detail

      • ASTIntTiExprTail

        public ASTIntTiExprTail​(int id)
      • ASTIntTiExprTail

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

      • setType

        public void setType​(int t)
      • getType

        public int getType()
      • setLowHigh

        public void setLowHigh​(int l,
                               int h)
      • getLow

        public int getLow()
      • getHigh

        public int getHigh()