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

EOorg.EOeolang.EOram Maven / Gradle / Ivy

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

package EOorg.EOeolang;

import org.eolang.*;

//  
//   
//    
//     
//     
//   
//    
//     
//     
//   
// 
@XmirObject(name = "ram", oname = "ram", source = "/home/r/repo/target/eo/04-pull/org/eolang/ram.eo")
public final class EOram extends PhDefault {
  public EOram(final Phi sigma) {
    super(sigma);
    this.add("size", new AtFree(/* default */));
    this.add("write", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOram$EOwrite(rho);
        ret = new PhLocated(ret, 31, 2);
      return ret;
    })));
    this.add("read", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOram$EOread(rho);
        ret = new PhLocated(ret, 35, 2);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy