Package org.eolang
Class PhVoid
- java.lang.Object
-
- org.eolang.PhVoid
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.Data
Data.ToPhi
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Phi
copy()
Make a copy, leaving it at the same parent.Phi
copy(Phi self)
Copy self object.byte[]
delta()
Take the data.String
forma()
Get forma of the phi.boolean
hasRho()
Returns true if object has bound rho attribute.String
locator()
Get code locator of the phi.void
put(int pos, Phi phi)
Put object by position of the attribute.void
put(String nme, Phi phi)
Put object by name of the attribute.Phi
take(int pos)
Take object by position of the attribute.Phi
take(String nme)
Take object by name of the attribute.
-
-
-
Constructor Detail
-
PhVoid
public PhVoid(String name)
Ctor.- Parameters:
name
- The name of the attribute
-
-
Method Detail
-
put
public void put(String nme, Phi phi)
Description copied from interface:Phi
Put object by name of the attribute.
-
put
public void put(int pos, Phi phi)
Description copied from interface:Phi
Put object by position of the attribute.
-
take
public Phi take(int pos)
Description copied from interface:Phi
Take object by position of the attribute.
-
copy
public Phi copy()
Description copied from interface:Phi
Make a copy, leaving it at the same parent.
-
hasRho
public boolean hasRho()
Description copied from interface:Phi
Returns true if object has bound rho attribute.
-
take
public Phi take(String nme)
Description copied from interface:Phi
Take object by name of the attribute.
-
-