Package org.eolang
Class PhOnce
- java.lang.Object
-
- org.eolang.PhOnce
-
-
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
-
φTerm
public final String φTerm()
Description copied from interface:TermTo φ-calculus term, as text.
-
copy
public final Phi copy(Phi rho)
Description copied from interface:PhiMake a copy, attaching it to a new parent.
-
attr
public final Attr attr(int pos)
Description copied from interface:PhiGet attribute by position.
-
-