An instance is a value of a particular type. Usually the term is reserved for objects -- an instance of a class -- but is used here to refer to values of any type. 5 is an instance of Number, for example. The toAccess property is of type Indirectedness, an enum explaining if this instance is a literal, like 5 or "hi world", or is in a local variable, etc.