Class FloatingPointLiteral


  • public class FloatingPointLiteral
    extends Literal

    An expression representing a floating point literal value. The value is stored internally as a double.

    Author:
    Nathan Abramson - Art Technology Group
    • Constructor Detail

      • FloatingPointLiteral

        public FloatingPointLiteral​(String pToken)
        Constructor
    • Method Detail