Package org.eolang
Class PhUnvar
- java.lang.Object
-
- org.eolang.PhUnvar
-
-
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()Stringlocator()Get code locator of the phi.StringtoString()StringφTerm()To φ-calculus term, as text.
-
-
-
Constructor Detail
-
PhUnvar
public PhUnvar(Phi phi)
Ctor.- Parameters:
phi- The object
-
-
Method Detail
-
φTerm
public final String φTerm()
Description copied from interface:TermTo φ-calculus term, as text.
-
copy
public final Phi copy()
Description copied from interface:PhiMake a copy, leaving it at the same parent.
-
attr
public final Attr attr(int pos)
Description copied from interface:PhiGet attribute by position.
-
-