Class PrimitiveTypeM


  • public class PrimitiveTypeM
    extends TypeM
    • Field Detail

      • VOID

        public static final TypeM VOID
      • DOUBLE

        public static final TypeM DOUBLE
      • FLOAT

        public static final TypeM FLOAT
      • LONG

        public static final TypeM LONG
      • INT

        public static final TypeM INT
      • SHORT

        public static final TypeM SHORT
      • BYTE

        public static final TypeM BYTE
      • CHAR

        public static final TypeM CHAR
      • BOOLEAN

        public static final TypeM BOOLEAN
    • Constructor Detail

      • PrimitiveTypeM

        public PrimitiveTypeM​(java.lang.Class<?> type,
                              java.lang.Class<?> boxType)
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Returns:
        the value of type
      • getBoxType

        public TypeM getBoxType()
        Returns:
        the value of boxType
      • isPrimitive

        public boolean isPrimitive()
        Overrides:
        isPrimitive in class TypeM