Class ConstantExpression

All Implemented Interfaces:
Cloneable, Constants, RuntimeConstants
Direct Known Subclasses:
BooleanExpression, DoubleExpression, FloatExpression, IntegerExpression, LongExpression, NullExpression, StringExpression

class ConstantExpression extends Expression
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

    • ConstantExpression

      public ConstantExpression(int op, long where, Type type)
      Constructor
  • Method Details

    • isConstant

      public boolean isConstant()
      Return true if constant
      Overrides:
      isConstant in class Expression