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
AtAtom
Attribute for inner atoms.class
AtCage
An attribute that knows how to store an object insideEOcage
.class
AtComposite
Static attribute with an expression inside, which constructs an object.class
AtFree
Free attribute.class
AtMemoized
An attribute that knows how to memoize an object.class
AtOnce
Read only once.class
AtSafe
It catchesExFailure
and throwsEOerror.ExError
.class
AtSimple
Default attribute.Methods in org.eolang that return Attr Modifier and Type Method Description Attr
Data.ToPhi. attr(int pos)
Attr
Data.ToPhi. attr(String name)
Attr
PhConst. attr(int pos)
Attr
PhConst. attr(String name)
Attr
PhDefault. attr(int pos)
Attr
PhDefault. attr(String name)
Attr
Phi. attr(int pos)
Get attribute by position.Attr
Phi. attr(String name)
Get attribute.Attr
PhLocated. attr(int pos)
Attr
PhLocated. attr(String attr)
Attr
PhLogged. attr(int pos)
Attr
PhLogged. attr(String name)
Attr
PhSafe. attr(int pos)
Attr
PhSafe. attr(String attr)
Attr
AtAtom. copy(Phi self)
Attr
AtCage. copy(Phi self)
Attr
AtComposite. copy(Phi self)
Attr
AtFree. copy(Phi self)
Attr
AtMemoized. copy(Phi self)
Attr
AtOnce. copy(Phi self)
Attr
AtSafe. copy(Phi self)
Attr
AtSimple. copy(Phi self)
Attr
Attr. copy(Phi self)
Make a copy of it.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 AtFree(Attr attr)
Ctor.AtFree(Attr attr, boolean used)
Ctor.AtFree(Attr attr, AtomicBoolean used)
Ctor.AtOnce(Attr attr)
Ctor.AtSafe(Attr attr)
Ctor.
-