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 AttrAtMemoized. copy(Phi self) -
Uses of Attr in org.eolang
Classes in org.eolang that implement Attr Modifier and Type Class Description classAtAtomAttribute for inner atoms.classAtCageAn attribute that knows how to store an object insideEOcage.classAtCompositeStatic attribute with an expression inside, which constructs an object.classAtFreeFree attribute.classAtLambdaAttribute with lambda expression inside.classAtOnceRead only once.classAtSafeIt catchesExFailureand throwsEOerror.ExError.classAtSimpleDefault 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)AttrPhSafe. attr(int pos)AttrPhSafe. attr(String attr)AttrAtAtom. copy(Phi self)AttrAtCage. copy(Phi self)AttrAtComposite. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtLambda. copy(Phi self)AttrAtOnce. copy(Phi self)AttrAtSafe. copy(Phi self)AttrAtSimple. copy(Phi self)AttrAttr. copy(Phi self)Make a copy of it.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.AtFree(Attr attr, AtomicBoolean used)Ctor.AtOnce(Attr attr)Ctor.AtSafe(Attr attr)Ctor.
-