Class CLTypeI64

    • Constructor Detail

      • CLTypeI64

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

        public CLTypeI64()
    • 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