Package org.eolang

Class PhWith

All Implemented Interfaces:
Data, Phi

public final class PhWith extends PhOnce
A attr-putting object.
Since:
0.1
  • Constructor Details

    • PhWith

      public PhWith(Phi phi, String name, Phi attr)
      Ctor.
      Parameters:
      phi - The object
      name - The name of attr
      attr - The value
    • PhWith

      public PhWith(Phi phi, int pos, Phi attr)
      Ctor.
      Parameters:
      phi - The object
      pos - The position
      attr - The value