All Downloads are FREE. Search and download functionalities are using the official Maven repository.

EOorg.EOeolang.EOint Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:22.734Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-07-25T15:14:48.622629Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang;

import org.eolang.*;

//  
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
// 
@XmirObject(name = "int", oname = "int", source = "/home/r/repo/target/eo/04-pull/org/eolang/int.eo")
public final class EOint extends PhDefault {
  public EOint(final Phi sigma) {
    super(sigma);
    this.add("Δ", new AtFree());
    this.add("eq", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOeq(rho);
        ret = new PhLocated(ret, 31, 2);
      return ret;
    })));
    this.add("lt", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOlt(rho);
        ret = new PhLocated(ret, 37, 2);
      return ret;
    })));
    this.add("lte", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOlte(rho);
        ret = new PhLocated(ret, 43, 2);
      return ret;
    })));
    this.add("gt", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOgt(rho);
        ret = new PhLocated(ret, 49, 2);
      return ret;
    })));
    this.add("gte", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOgte(rho);
        ret = new PhLocated(ret, 52, 2);
      return ret;
    })));
    this.add("neg", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOneg(rho);
        ret = new PhLocated(ret, 58, 2);
      return ret;
    })));
    this.add("plus", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOplus(rho);
        ret = new PhLocated(ret, 62, 2);
      return ret;
    })));
    this.add("minus", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOminus(rho);
        ret = new PhLocated(ret, 65, 2);
      return ret;
    })));
    this.add("times", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOtimes(rho);
        ret = new PhLocated(ret, 77, 2);
      return ret;
    })));
    this.add("div", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOdiv(rho);
        ret = new PhLocated(ret, 80, 2);
      return ret;
    })));
    this.add("as-bytes", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOas_bytes(rho);
        ret = new PhLocated(ret, 83, 2);
      return ret;
    })));
    this.add("as-hash", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOint$EOas_hash(rho);
        ret = new PhLocated(ret, 86, 2);
      return ret;
    })));
  }
  @Override
  public int hashCode() {
    return this.attr("Δ").get().hashCode();
  }
  @Override
  public boolean equals(final Object obj) {
    return this.attr("Δ").get().equals(obj);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy