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.classAtOnceAttribute that retrieves object only once.classAtVoidVoid attribute.Methods in org.eolang that return Attr Modifier and Type Method Description AttrAtComposite. 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 voidPhDefault. add(String name, Attr attr)Add new attribute.Constructors in org.eolang with parameters of type Attr Constructor Description AtOnce(Attr attr)Ctor.
-