Class NumericLiteral

    • Constructor Detail

      • NumericLiteral

        public NumericLiteral​(java.lang.String strValue,
                              java.lang.Number value,
                              IType type)
    • Method Detail

      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Description copied from class: Expression
        Subclasses should return a String representing the parsed expression.
        Specified by:
        toString in class Expression
      • getStrValue

        public java.lang.String getStrValue()
      • setValue

        public void setValue​(java.lang.Number dvalue)
      • setExplicitlyTyped

        public void setExplicitlyTyped​(boolean b)
      • isExplicitlyTyped

        public boolean isExplicitlyTyped()