Class ShortExpression

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

    public class ShortExpression
    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

      • ShortExpression

        public ShortExpression​(long where,
                               short value)
        Constructor
    • Method Detail

      • print

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