Object-Oriented scopes in which a call to parent::method() can exist.
Type: array Keys are the token constants, value is irrelevant.
private $validOOScopes = [ T_CLASS => true, T_ANON_CLASS => true, T_TRAIT => true, ];