Package EOorg.EOeolang
Class EOerror.PhWithError
- java.lang.Object
-
- EOorg.EOeolang.EOerror.PhWithError
-
-
Constructor Summary
Constructors Constructor Description PhWithError(String msg)Ctor.PhWithError(String format, Object... params)Ctor.
-
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.voidmove(Phi rho)Move it to a new parent.StringφTerm()To φ-calculus term, as text.
-
-
-
Method Detail
-
copy
public Phi copy()
Description copied from interface:PhiMake a copy, leaving it at the same parent.
-
-