Class CLTypeI32

    • Constructor Detail

      • CLTypeI32

        protected CLTypeI32​(java.lang.String typeName)
      • CLTypeI32

        public CLTypeI32()
    • Method Detail

      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: AbstractCLType
        Required getter for implementations of CLType
        Specified by:
        getTypeName in class AbstractCLType
        Returns:
        the CLType name
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object