Interface EBoolean

All Superinterfaces:
EValue
All Known Implementing Classes:
JBoolean

public interface EBoolean extends EValue
  • Field Summary

    Fields inherited from interface EValue

    VOID
  • Method Summary

    Modifier and Type
    Method
    Description
    default EType
     
    boolean
     
    default boolean
     

    Methods inherited from interface EValue

    getMethod
  • Method Details

    • getValue

      boolean getValue()
    • toBoolean

      default boolean toBoolean()
      Specified by:
      toBoolean in interface EValue
    • getType

      default EType getType()
      Specified by:
      getType in interface EValue