Protected

It appears to me that the AST of a subclass does not contain any definitions for protected data members in the superclass.

I am also guessing that there is no Symbol for it either since my version of TokenLister is getting the Symbol for any node of type ID and optionally showing the number of reads and writes and I don't get this with a reference to such a variable or property.

Is there an indication of where it is defined and its properties?