Package org.eolang
Class PhTracedEnclosure
- java.lang.Object
-
- org.eolang.PhTracedEnclosure
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_CAGE_RECURSION_DEPTH_PROPERTY_NAMEName of property that responsible for keeping max depth.
-
Constructor Summary
Constructors Constructor Description PhTracedEnclosure(Phi enclosure, Phi cage)Ctor.PhTracedEnclosure(Phi enclosure, Phi cage, int depth)The main constructor.
-
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)Stringforma()Get forma of the phi.inthashCode()Stringlocator()Get code locator of the phi.StringφTerm()To φ-calculus term, as text.
-
-
-
Field Detail
-
MAX_CAGE_RECURSION_DEPTH_PROPERTY_NAME
public static final String MAX_CAGE_RECURSION_DEPTH_PROPERTY_NAME
Name of property that responsible for keeping max depth.- See Also:
- Constant Field Values
-
-
Method Detail
-
copy
public Phi copy()
Description copied from interface:PhiMake a copy, leaving it at the same parent.
-
-