Package org.eolang
Interface Attr
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAttr.ExceptionThe exception raised when something is not right inside attributes.static classAttr.ReadOnlyExceptionThe exception raised when trying to put() an attribute, which is read-only.static classAttr.StillAbstractExceptionThe exception raised when trying to get() an attribute, which is still abstract.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attrcopy(Phi self)Make a copy of it.Phiget()Take the object out.voidput(Phi phi)Put a new object in.
-