Package org.eolang

Class PhMethod

java.lang.Object
org.eolang.PhOnce
org.eolang.PhMethod
All Implemented Interfaces:
Data, Phi

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

    • PhMethod

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

      public PhMethod(Phi phi, int pos)