Class ByteExpression

  • All Implemented Interfaces:
    java.lang.Cloneable, Constants, RuntimeConstants

    public class ByteExpression
    extends IntegerExpression
    WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Constructor Detail

      • ByteExpression

        public ByteExpression​(long where,
                              byte value)
        Constructor
    • Method Detail

      • print

        public void print​(java.io.PrintStream out)
        Print
        Overrides:
        print in class Expression