Package org.eolang
Class PhCopy
- java.lang.Object
-
- org.eolang.PhCopy
-
-
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()
Make a copy, leaving it at the same parent.boolean
equals(Object obj)
int
hashCode()
void
move(Phi rho)
Move it to a new parent.String
toString()
String
φTerm()
To φ-calculus term, as text.
-
-
-
Constructor Detail
-
PhCopy
public PhCopy(Phi phi)
Ctor.- Parameters:
phi
- The object
-
-
Method Detail
-
φTerm
public final String φTerm()
Description copied from interface:Term
To φ-calculus term, as text.
-
copy
public final Phi copy()
Description copied from interface:Phi
Make a copy, leaving it at the same parent.
-
move
public final void move(Phi rho)
Description copied from interface:Phi
Move it to a new parent.
-
attr
public final Attr attr(int pos)
Description copied from interface:Phi
Get attribute by position.
-
-