Package org.eolang
Class PhLogged
- java.lang.Object
-
- org.eolang.PhLogged
-
-
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()Make a copy, leaving it at the same parent.booleanequals(Object obj)inthashCode()voidmove(Phi rho)Move it to a new parent.StringtoString()StringφTerm()To φ-calculus term, as text.
-
-
-
Constructor Detail
-
PhLogged
public PhLogged(Phi phi)
Ctor.- Parameters:
phi- The origin
-
-
Method Detail
-
copy
public Phi copy()
Description copied from interface:PhiMake a copy, leaving it at the same parent.
-
-