Class FloatExpression

All Implemented Interfaces:
Cloneable, Constants, RuntimeConstants

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

      float value
  • Constructor Details

    • FloatExpression

      public FloatExpression(long where, float value)
      Constructor
  • Method Details