Package org.eolang
Class PhSafe
- java.lang.Object
-
- org.eolang.PhSafe
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attrattr(int pos)Get attribute by position.Attrattr(String attr)Get attribute.Phicopy()Make a copy, leaving it at the same parent.booleanequals(Object obj)Stringforma()Get forma of the phi.inthashCode()Stringlocator()Get code locator of the phi.StringtoString()StringφTerm()To φ-calculus term, as text.
-
-
-
Constructor Detail
-
PhSafe
public PhSafe(Phi phi)
Ctor.- Parameters:
phi- The object
-
-
Method Detail
-
copy
public Phi copy()
Description copied from interface:PhiMake a copy, leaving it at the same parent.
-
-