Package org.eolang
EO runtime.
- Since:
- 0.2
-
Interface Summary Interface Description Attr Attribute.Data<T> A data container.Env Envelope.Phi A simple object. -
Class Summary Class Description AtAbsent Absent attribute.AtBound Bound attribute.AtFree Free attribute.AtLambda Static attribute.AtNamed Named attribute.AtOnce Read only once.AtSimple Default attribute.AtVararg Vararg attribute.Data.Once<T> Data.ToPhi Data.Value<T> Dataized A dataized object.Env.Simple Simple implementation.Main Bridge between Java CLI and EO.PhCopy A copy-making object.PhDefault A simple object.PhEta ETA.PhMethod A method-calling object.PhOnce An object wrapping another one.PhWith A attr-putting object. -
Exception Summary Exception Description Attr.Exception The exception raised when something is not right inside attributes.Attr.ReadOnlyException The exception raised when trying to put() an attribute, which is read-only.Attr.StillAbstractException The exception raised when trying to get() an attribute, which is still abstract.