Package org.eolang.phi
Interface Attr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Attr.Exception
The exception raised when something is not right inside attributes.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attr
copy(Phi self)
Make a copy of it.Phi
get()
Take the object out.void
put(Phi phi)
Put a new object in.
-