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

EOorg.EOeolang.EOfloat Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:22.225Z. 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.585243Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang;

import org.eolang.*;

//  
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
// 
@XmirObject(name = "float", oname = "float", source = "/home/r/repo/target/eo/04-pull/org/eolang/float.eo")
public final class EOfloat extends PhDefault {
  public EOfloat(final Phi sigma) {
    super(sigma);
    this.add("Δ", new AtFree());
    this.add("eq", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOeq(rho);
        ret = new PhLocated(ret, 30, 2);
      return ret;
    })));
    this.add("lt", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOlt(rho);
        ret = new PhLocated(ret, 36, 2);
      return ret;
    })));
    this.add("lte", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOlte(rho);
        ret = new PhLocated(ret, 42, 2);
      return ret;
    })));
    this.add("gt", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOgt(rho);
        ret = new PhLocated(ret, 48, 2);
      return ret;
    })));
    this.add("gte", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOgte(rho);
        ret = new PhLocated(ret, 51, 2);
      return ret;
    })));
    this.add("times", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOtimes(rho);
        ret = new PhLocated(ret, 57, 2);
      return ret;
    })));
    this.add("plus", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOplus(rho);
        ret = new PhLocated(ret, 60, 2);
      return ret;
    })));
    this.add("neg", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOneg(rho);
        ret = new PhLocated(ret, 63, 2);
      return ret;
    })));
    this.add("minus", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOminus(rho);
        ret = new PhLocated(ret, 67, 2);
      return ret;
    })));
    this.add("div", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOdiv(rho);
        ret = new PhLocated(ret, 79, 2);
      return ret;
    })));
    this.add("as-bytes", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOas_bytes(rho);
        ret = new PhLocated(ret, 82, 2);
      return ret;
    })));
    this.add("as-hash", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOas_hash(rho);
        ret = new PhLocated(ret, 85, 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