Class ConvertedCharacterValue


  • public final class ConvertedCharacterValue
    extends SpecificIntegerValue
    This IntegerValue represents a character value that is converted from an integer value.
    • Constructor Detail

      • ConvertedCharacterValue

        public ConvertedCharacterValue​(IntegerValue value)
        Creates a new converted character value of the given integer value.
    • Method Detail

      • toString

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