Uses of Interface
org.eolang.Attr
-
Packages that use Attr Package Description EOorg.EOeolang EO runtime.org.eolang EO runtime. -
-
Uses of Attr in EOorg.EOeolang
Classes in EOorg.EOeolang that implement Attr Modifier and Type Class Description class
AtMemoized
An attribute that knows how to memoize an object.Methods in EOorg.EOeolang that return Attr Modifier and Type Method Description Attr
AtMemoized. copy(Phi self)
-
Uses of Attr in org.eolang
Classes in org.eolang that implement Attr Modifier and Type Class Description class
AtComposite
Static attribute with an expression inside, which constructs an object.class
AtFree
Free attribute.class
AtOnce
Read only once.class
AtSafe
It catchesExFailure
and throwsEOerror.ExError
.class
AtSimple
Default attribute.class
AtVararg
Vararg 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
AtComposite. copy(Phi self)
Attr
AtFree. 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.Attr
AtVararg. 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 AtFree(Attr attr)
Ctor.AtFree(Attr attr, boolean used)
Ctor.AtOnce(Attr attr)
Ctor.AtSafe(Attr attr)
Ctor.
-