public class ExprInteger extends ExprNumber
  • Field Details

    • ZERO

      public static final ExprInteger ZERO
    • value

      public final int value
  • Constructor Details

    • ExprInteger

      public ExprInteger(int value)
  • Method Details