Class IntExpression

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

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

      • IntExpression

        public IntExpression​(long where,
                             int value)
        Constructor
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Equality, this is needed so that switch statements can put IntExpressions in a hashtable
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Hashcode, this is needed so that switch statements can put IntExpressions in a hashtable
        Overrides:
        hashCode in class java.lang.Object
      • print

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