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
AtEnvelope
Wrapper forAttr
.class
AtFormed
Attribute that constructs object lazily.class
AtOnce
Attribute that retrieves object only once.class
AtSimple
Default attribute that just keeps single object.class
AtVoid
Void attribute.Methods in org.eolang that return Attr Modifier and Type Method Description Attr
AtComposite. copy(Phi self)
Attr
AtEnvelope. copy(Phi self)
Attr
AtFormed. 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 protected void
PhDefault. 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.
-