Package org.eolang
Interface Attr
-
- All Known Implementing Classes:
AtComposite
,AtOnce
,AtVoid
public interface Attr
Attribute.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attr
copy(Phi self)
Make a copy of it.Phi
get()
Take the object out.void
put(Phi phi)
Put a new object in.
-
-
-
Field Detail
-
LAMBDA
static final String LAMBDA
Lambda attribute.- See Also:
- Constant Field Values
-
PHI
static final String PHI
Phi attribute.- See Also:
- Constant Field Values
-
RHO
static final String RHO
Rho attribute.- See Also:
- Constant Field Values
-
-