Package org.eolang
Class PhLogged
java.lang.Object
org.eolang.PhLogged
An object that reports all manipulations with it to the log (very useful
for debugging purposes).
This class is thread-safe.
- Since:
- 0.24
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.Data
Data.ToPhi -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Make a copy, leaving it at the same parent.Copy self object.byte[]delta()Take the data.booleanforma()Get forma of the phi.inthashCode()booleanhasRho()Returns true if object has bound rho attribute.locator()Get code locator of the phi.voidPut object by position of the attribute.voidPut object by name of the attribute.take(int pos) Take object by position of the attribute.Take object by name of the attribute.
-
Constructor Details
-
PhLogged
Ctor.- Parameters:
phi- The origin
-
-
Method Details
-
copy
Description copied from interface:PhiMake a copy, leaving it at the same parent. -
hasRho
public boolean hasRho()Description copied from interface:PhiReturns true if object has bound rho attribute. -
take
Description copied from interface:PhiTake object by name of the attribute. -
take
Description copied from interface:PhiTake object by position of the attribute. -
put
Description copied from interface:PhiPut object by position of the attribute. -
put
Description copied from interface:PhiPut object by name of the attribute. -
locator
Description copied from interface:PhiGet code locator of the phi. -
forma
Description copied from interface:PhiGet forma of the phi. -
copy
Description copied from interface:PhiCopy self object. -
equals
-
hashCode
public int hashCode() -
delta
public byte[] delta()Description copied from interface:DataTake the data.
-