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

EOorg.EOeolang.EOgray.EOheap$EOpointer Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-05-18T09:52:46.155Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-05-18T09:52:26.761710Z by the compiler v.0.22.2.
 */

package EOorg.EOeolang.EOgray;

import org.eolang.*;

//  
//   
//   
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//   
//   
//   
//   
// 
@XmirObject(name = "heap$pointer", oname = "pointer", source = "/home/r/repo/target/eo/04-pull/org/eolang/gray/heap.eo")
public final class EOheap$EOpointer extends PhDefault {
  public EOheap$EOpointer(final Phi sigma) {
    super(sigma);
    this.add("address", new AtFree(/* default */));
    this.add("length", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new PhMethod(rho, "address");
        ret = new PhLocated(ret, 42, 4);
      return ret;
    })));
    this.add("add", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOheap$EOpointer$EOadd(rho);
        ret = new PhLocated(ret, 45, 4);
      return ret;
    })));
    this.add("sub", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOheap$EOpointer$EOsub(rho);
        ret = new PhLocated(ret, 52, 4);
      return ret;
    })));
    this.add("block", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOheap$EOpointer$EOblock(rho);
        ret = new PhLocated(ret, 57, 4);
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy