Class IntegerExpression

All Implemented Interfaces:
Cloneable, Constants, RuntimeConstants
Direct Known Subclasses:
ByteExpression, CharExpression, IntExpression, ShortExpression

public class IntegerExpression extends ConstantExpression
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.
  • Field Details

    • value

      int value
  • Constructor Details

    • IntegerExpression

      IntegerExpression(int op, long where, Type type, int value)
      Constructor
  • Method Details