Package org.eolang
Interface Attr
-
- All Superinterfaces:
Term
- All Known Implementing Classes:
AtAtom,AtCage,AtComposite,AtFree,AtMemoized,AtOnce,AtSafe,AtSimple
public interface Attr extends Term
Attribute.- Since:
- 0.1
-
-
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
-
DELTA
static final String DELTA
Delta attribute.- See Also:
- Constant Field Values
-
-