Package org.eolang
Class AtVoid
- java.lang.Object
-
- org.eolang.AtVoid
-
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
AtVoid
public AtVoid(String name)
Ctor.- Parameters:
name
- The name of the attribute
-
-