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
AtComposite
Static attribute with an expression inside, which constructs an object.class
AtFree
Free attribute.class
AtOnce
Read only once.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
AtComposite. copy(Phi self)
Attr
AtFree. copy(Phi self)
Attr
AtOnce. 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)
AtFree(Attr attr, boolean used)
AtOnce(Attr attr)
Constructor parameters in org.eolang with type arguments of type Attr Constructor Description PhConst(Phi phi, Map<String,Attr> names, Map<Integer,Attr> nums)
Ctor.
-