Class FloatExpression

  • All Implemented Interfaces:
    java.lang.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 Detail

      • value

        float value
    • Constructor Detail

      • FloatExpression

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

      • getValue

        public java.lang.Object getValue()
        Get the value
        Overrides:
        getValue in class Expression
      • equals

        public boolean equals​(int i)
        Check if the expression is equal to a value
        Overrides:
        equals in class Expression
      • equalsDefault

        public boolean equalsDefault()
        Check if the expression is equal to its default static value
        Overrides:
        equalsDefault in class Expression
      • print

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