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 classAtAbsentAbsent attribute.classAtBoundBound attribute.classAtFreeFree attribute.classAtLambdaStatic attribute.classAtNamedNamed attribute.classAtOnceRead only once.classAtSimpleDefault attribute.classAtVarargVararg attribute.Methods in org.eolang that return Attr Modifier and Type Method Description AttrPhDefault. attr(int pos)AttrPhDefault. attr(String name)AttrPhEta. attr(int pos)AttrPhEta. attr(String name)AttrPhi. attr(int pos)Get attribute by position.AttrPhi. attr(String name)Get attribute.AttrPhOnce. attr(int pos)AttrPhOnce. attr(String name)AttrAtAbsent. copy(Phi self)AttrAtBound. copy(Phi self)AttrAtFree. copy(Phi self)AttrAtLambda. copy(Phi self)AttrAtNamed. 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 AtBound(Attr attr)AtFree(Attr attr)AtFree(Attr attr, boolean used)AtNamed(String nme, Phi src, Attr attr)AtOnce(Attr attr)
-