Module xl.compiler

Class ByteConst

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

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

    • value

      public byte value
  • Constructor Details

    • ByteConst

      public ByteConst()
    • ByteConst

      public ByteConst(byte value)
  • Method Details