Class BaseIntExpr


  • public class BaseIntExpr
    extends IntExpr
    • Constructor Detail

      • BaseIntExpr

        protected BaseIntExpr​(long cPtr,
                              boolean cMemoryOwn)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(BaseIntExpr obj)
      • swigRelease

        protected static long swigRelease​(BaseIntExpr obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class IntExpr
      • delete

        public void delete()
        Overrides:
        delete in class IntExpr
      • var

        public IntVar var()
        Description copied from class: IntExpr
        Creates a variable from the expression.
        Overrides:
        var in class IntExpr
      • castToVar

        public IntVar castToVar()