Uses of Interface
org.eolang.Attr
-
Packages that use Attr Package Description org.eolang EO runtime. -
-
Uses of Attr in org.eolang
Classes in org.eolang that implement Attr Modifier and Type Class Description classAtCompositeAttribute that constructs object lazily.classAtEnvelopeWrapper forAttr.classAtOnceAttribute that retrieves object only once.classAtSimpleDefault attribute that just keeps single object.classAtVoidVoid attribute.Methods in org.eolang that return Attr Modifier and Type Method Description AttrAtComposite. copy(Phi self)AttrAtEnvelope. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.AttrAtVoid. copy(Phi self)Methods in org.eolang with parameters of type Attr Modifier and Type Method Description protected voidPhDefault. add(String name, Attr attr)Add new attribute.Constructors in org.eolang with parameters of type Attr Constructor Description AtEnvelope(Attr attr)Ctor.AtOnce(Attr attr)Ctor.
-