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
AtAbsent
Absent attribute.class
AtBound
Bound attribute.class
AtConst
Const attribute.class
AtFree
Free attribute.class
AtLambda
Static attribute.class
AtNamed
Named 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
PhConst. attr(int pos)
Attr
PhConst. attr(String name)
Attr
PhDefault. attr(int pos)
Attr
PhDefault. attr(String name)
Attr
PhEta. attr(int pos)
Attr
PhEta. attr(String name)
Attr
Phi. attr(int pos)
Get attribute by position.Attr
Phi. attr(String name)
Get attribute.Attr
PhOnce. attr(int pos)
Attr
PhOnce. attr(String name)
Attr
AtAbsent. copy(Phi self)
Attr
AtBound. copy(Phi self)
Attr
AtConst. copy(Phi self)
Attr
AtFree. copy(Phi self)
Attr
AtLambda. copy(Phi self)
Attr
AtNamed. 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 AtBound(Attr attr)
AtConst(Attr attr)
AtConst(Attr attr, Phi phi)
AtFree(Attr attr)
AtFree(Attr attr, boolean used)
AtNamed(String nme, Phi src, Attr attr)
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.
-