Class IntExpression

All Implemented Interfaces:
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 Details

    • IntExpression

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

    • equals

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

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

      public void print(PrintStream out)
      Print
      Overrides:
      print in class Expression