Uses of Interface
org.eolang.phi.Attr
-
Packages that use Attr Package Description org.eolang.phi EO runtime. -
-
Uses of Attr in org.eolang.phi
Classes in org.eolang.phi that implement Attr Modifier and Type Class Description class
AtAbsent
Absent attribute.class
AtBound
Bound 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.phi that return Attr Modifier and Type Method Description 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
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.phi 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.phi 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)
-