static interface IVar { void set(A a); A get(); bool has(); void clear(); }