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 classAtMemoizedAn attribute that knows how to memoize an object.Methods in EOorg.EOeolang that return Attr Modifier and Type Method Description AttrEOerror.PhWithError. attr(int pos)AttrEOerror.PhWithError. attr(String name)AttrAtMemoized. copy(Phi self) -
Uses of Attr in org.eolang
Classes in org.eolang that implement Attr Modifier and Type Class Description classAtCompositeStatic attribute with an expression inside, which constructs an object.classAtFreeFree attribute.classAtOnceRead only once.classAtSimpleDefault attribute.classAtVarargVararg attribute.Methods in org.eolang that return Attr Modifier and Type Method Description AttrData.ToPhi. attr(int pos)AttrData.ToPhi. attr(String name)AttrPhConst. attr(int pos)AttrPhConst. attr(String name)AttrPhDefault. attr(int pos)AttrPhDefault. attr(String name)AttrPhi. attr(int pos)Get attribute by position.AttrPhi. attr(String name)Get attribute.AttrPhLocated. attr(int pos)AttrPhLocated. attr(String attr)AttrPhLogged. attr(int pos)AttrPhLogged. attr(String name)AttrAtComposite. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAtSimple. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.AttrAtVararg. copy(Phi self)Methods in org.eolang with parameters of type Attr Modifier and Type Method Description protected voidPhDefault. 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.
-