Interface Simplifiable

All Known Subinterfaces:
ErrorType, RGBAColor
All Known Implementing Classes:
RGBAColorDoubleImpl, RGBAColorIntImpl, StandardErrorTypes

public interface Simplifiable
This interface should be implemented if the implementing class can be simplified to a simple type. This may then be used by parsers. A simple type may differ depending on the receiver of the Simplifiable.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Object
     
  • Method Details

    • simplify

      @Nullable @Nullable Object simplify()
      Returns:
      must return Byte, Short, Integer, Long, Float, Double, Boolean or something that the method, that accepts a Simplifiable specifies.