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 class
AtComposite
Attribute that constructs object lazily.class
AtOnce
Attribute that retrieves object only once.class
AtVoid
Void attribute.Methods in org.eolang that return Attr Modifier and Type Method Description Attr
AtComposite. copy(Phi self)
Attr
AtOnce. copy(Phi self)
Attr
Attr. copy(Phi self)
Make a copy of it.Attr
AtVoid. copy(Phi self)
Methods in org.eolang with parameters of type Attr Modifier and Type Method Description void
PhDefault. add(String name, Attr attr)
Add new attribute.Constructors in org.eolang with parameters of type Attr Constructor Description AtOnce(Attr attr)
Ctor.
-