clear static method

void clear()

链表会自动管理生命周期

Implementation

static void clear() {
  _NopState.currentDependences = null;
  GetTypePointers.clear();
}