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