Module xl.compiler

Class IntConst

All Implemented Interfaces:
Manageable, PersistenceCapable, Shareable, TypeId, UserFields, XObject, Map, Constant, ExpressionFactory, ValueObserver, Serializable, Cloneable

public class IntConst extends EvalExpression implements Constant
See Also:
  • Field Details

    • value

      public int value
  • Constructor Details

    • IntConst

      public IntConst()
    • IntConst

      public IntConst(int value)
  • Method Details