Interface PsyValue

All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyIntegral, PsyNumeric, PsyRational, PsyRealNumeric
All Known Implementing Classes:
PsyBigFraction, PsyBigInteger, PsyBoolean, PsyComplex, PsyFraction, PsyInteger, PsyName, PsyNull, PsyOperator, PsyReal, PsyRegExp, PsyString

@Type("value") public interface PsyValue extends PsyObject
The representation of value, a type of immutable objects.
  • Method Details

    • psyClone

      default PsyObject psyClone()
      Returns this object.
      Specified by:
      psyClone in interface PsyObject
      Returns:
      this object