Class AddInt32

  • All Implemented Interfaces:
    Transform

    public class AddInt32
    extends java.lang.Object
    implements Transform
    An implmentation of Transform that Adds the given `i32`
    Since:
    0.0.1
    See Also:
    Transform
    • Constructor Summary

      Constructors 
      Constructor Description
      AddInt32()  
    • Constructor Detail

      • AddInt32

        public AddInt32()
    • Method Detail

      • getAddInt32

        public long getAddInt32()
        i32
      • setAddInt32

        public void setAddInt32​(long addInt32)
        i32
      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object