Package org.eolang
Class AtFree
- java.lang.Object
-
- org.eolang.AtFree
-
-
Constructor Detail
-
AtFree
public AtFree()
Ctor.
-
AtFree
public AtFree(Phi phi)
Ctor.- Parameters:
phi
- Enclosing phi
-
AtFree
public AtFree(Attr attr)
Ctor.- Parameters:
attr
- Attribute
-
AtFree
public AtFree(Attr attr, boolean used)
Ctor.- Parameters:
attr
- Attributeused
- If the attribute is set
-
AtFree
public AtFree(Attr attr, AtomicBoolean used)
Ctor.- Parameters:
attr
- Attributeused
- If the attribute is set
-
-