Package org.eolang

Class PhMethod

  • All Implemented Interfaces:
    Data, Phi

    public final class PhMethod
    extends PhOnce
    A method-calling object.
    Since:
    0.1
    • Constructor Detail

      • PhMethod

        public PhMethod​(Phi phi,
                        String mtd)
        Ctor.
        Parameters:
        phi - The object
        mtd - The name of method
      • PhMethod

        public PhMethod​(Phi phi,
                        int pos)