Class BadType


  • public final class BadType
    extends Type
    • Constructor Summary

      Constructors 
      Constructor Description
      BadType​(java.lang.String typeName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int alignment()
      The native alignment of this type, in bytes
      NativeType getNativeType()
      The native type of this type
      int size()
      The size in bytes of this type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BadType

        public BadType​(java.lang.String typeName)
    • Method Detail

      • alignment

        public final int alignment()
        Description copied from class: Type
        The native alignment of this type, in bytes
        Specified by:
        alignment in class Type
        Returns:
        An integer
      • size

        public final int size()
        Description copied from class: Type
        The size in bytes of this type.
        Specified by:
        size in class Type
        Returns:
        An integer
      • getNativeType

        public NativeType getNativeType()
        Description copied from class: Type
        The native type of this type
        Specified by:
        getNativeType in class Type
        Returns:
        the native type of this type