Package org.eolang
Class PhConst
- java.lang.Object
-
- org.eolang.PhConst
-
-
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.booleanequals(Object obj)inthashCode()Stringlocation()Get code location of the phi.voidmove(Phi rho)Move it to a new parent.StringtoString()StringφTerm()To φ-calculus term, as text.
-
-
-
Constructor Detail
-
PhConst
public PhConst(Phi phi)
Ctor.- Parameters:
phi- The origin
-
-
Method Detail
-
copy
public Phi copy()
Description copied from interface:PhiMake a copy, leaving it at the same parent.
-
-