Module xl.compiler

Class BooleanConst

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

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

    • value

      public boolean value
  • Constructor Details

    • BooleanConst

      public BooleanConst()
    • BooleanConst

      public BooleanConst(boolean value)
  • Method Details