Package org.eolang
Interface Attr
-
- All Known Implementing Classes:
AtComposite,AtOnce,AtVoid
public interface AttrAttribute.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attrcopy(Phi self)Make a copy of it.Phiget()Take the object out.voidput(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
-
-