Package org.eolang
Class PhWithRho
- java.lang.Object
-
- org.eolang.PhWithRho
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.Phi
Phi.Compact
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attrattr(int pos)Get attribute by position.Attrattr(String name)Get attribute.Phicopy(Phi rho)Make a copy, attaching it to a new parent.StringtoString()StringφTerm()To φ-calculus term, as text.
-
-
-
Method Detail
-
copy
public Phi copy(Phi rho)
Description copied from interface:PhiMake a copy, attaching it to a new parent.
-
-